Searched refs:temp2 (Results 1 – 11 of 11) sorted by relevance
/art/test/458-checker-instruction-simplification/src/ |
D | Main.java | 418 int temp2 = -arg2; in AddNegs2() local 419 return (temp1 + temp2) | (temp1 + temp2); in AddNegs2()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 292 std::string temp1, temp2, temp3; in DoFieldPut() local 296 field_class->GetDescriptor(&temp2), in DoFieldPut() 569 std::string temp1, temp2; in DoCall() local 574 arg_type->GetDescriptor(&temp2)); in DoCall()
|
D | interpreter_goto_table_impl.cc | 327 std::string temp1, temp2; in ExecuteGotoImpl() local 331 return_type->GetDescriptor(&temp2)); in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 232 std::string temp1, temp2; in ExecuteSwitchImpl() local 236 return_type->GetDescriptor(&temp2)); in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 214 XmmRegister temp2 = locations->GetTemp(1).AsFpuRegister<XmmRegister>(); in MoveIntToFP() local 216 __ movd(temp2, input.AsRegisterPairHigh<Register>()); in MoveIntToFP() 217 __ punpckldq(temp1, temp2); in MoveIntToFP() 1488 XmmRegister temp2 = locations->GetTemp(1).AsFpuRegister<XmmRegister>(); in GenUnsafePut() local 1490 __ movd(temp2, value_hi); in GenUnsafePut() 1491 __ punpckldq(temp1, temp2); in GenUnsafePut()
|
D | code_generator_arm.h | 183 Register temp1, Register temp2,
|
D | intrinsics_x86_64.cc | 1570 CpuRegister temp2 = locations->GetTemp(1).AsRegister<CpuRegister>(); in VisitLongReverse() local 1582 SwapBits64(reg, temp1, temp2, 1, INT64_C(0x5555555555555555), assembler); in VisitLongReverse() 1583 SwapBits64(reg, temp1, temp2, 2, INT64_C(0x3333333333333333), assembler); in VisitLongReverse() 1584 SwapBits64(reg, temp1, temp2, 4, INT64_C(0x0f0f0f0f0f0f0f0f), assembler); in VisitLongReverse()
|
D | code_generator_x86.cc | 3421 XmmRegister temp2 = locations->GetTemp(1).AsFpuRegister<XmmRegister>(); in HandleFieldSet() local 3423 __ movd(temp2, value.AsRegisterPairHigh<Register>()); in HandleFieldSet() 3424 __ punpckldq(temp1, temp2); in HandleFieldSet()
|
D | code_generator_arm.cc | 2820 Register temp2, in GenerateWideAtomicStore() argument 2831 __ ldrexd(temp1, temp2, addr); in GenerateWideAtomicStore()
|
/art/runtime/mirror/ |
D | class.cc | 332 std::string temp1, temp2; in IsInSamePackage() local 333 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2)); in IsInSamePackage()
|
/art/runtime/ |
D | class_linker_test.cc | 205 std::string temp2; in AssertClass() local 207 klass->GetDescriptor(&temp2))); in AssertClass()
|