/art/runtime/interpreter/mterp/arm/ |
D | op_double_to_long.S | 13 movw r3, #0x43e 18 movw r3, #0x7ff
|
/art/test/521-regression-integer-field-set/ |
D | info.txt | 3 a `movw` instruction instead of a `movl` instruction.
|
/art/runtime/interpreter/mterp/x86/ |
D | op_move_from16.S | 5 movw 2(rPC), rINSTw # rINSTw <- BBBB
|
D | cvtfp_int.S | 21 movw %ax, LOCAL0+2(%esp)
|
/art/runtime/interpreter/mterp/x86_64/ |
D | footer.S | 278 movw %ax, OFF_FP_COUNTDOWN_OFFSET(rFP)
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 328 uint32_t movw = 0xf2400000u | // MOVW r0, #0 (placeholder), in CheckPcRelativePatch() local 339 static_cast<uint8_t>(movw >> 16), static_cast<uint8_t>(movw >> 24), in CheckPcRelativePatch() 340 static_cast<uint8_t>(movw >> 0), static_cast<uint8_t>(movw >> 8), in CheckPcRelativePatch()
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 367 void movw(Register dst, const Address& src); 368 void movw(const Address& dst, Register src); 369 void movw(const Address& dst, const Immediate& imm);
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1459 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_WIDE_ARRAY_DATA_OFFSET) / 8) 1486 movw r2, #(MIN_LARGE_OBJECT_THRESHOLD - MIRROR_INT_ARRAY_DATA_OFFSET) 1496 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_INT_ARRAY_DATA_OFFSET) / 2) 1507 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_INT_ARRAY_DATA_OFFSET) / 4) 1518 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_LONG_ARRAY_DATA_OFFSET) / 8)
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 405 void movw(CpuRegister dst, const Address& src); 406 void movw(const Address& dst, CpuRegister src); 407 void movw(const Address& dst, const Immediate& imm);
|
D | assembler_x86_64.cc | 366 void X86_64Assembler::movw(CpuRegister /*dst*/, const Address& /*src*/) { in movw() function in art::x86_64::X86_64Assembler 371 void X86_64Assembler::movw(const Address& dst, CpuRegister src) { in movw() function in art::x86_64::X86_64Assembler 380 void X86_64Assembler::movw(const Address& dst, const Immediate& imm) { in movw() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 1970 __ movw(Address(CpuRegister(RDI), 0), CpuRegister(TMP)); in VisitStringGetCharsNoCheck() local 2069 __ movw(Address(address, 0), in GenPoke() local 2072 __ movw(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
|
D | intrinsics_x86.cc | 1816 __ movw(Address(EDI, 0), EAX); in VisitStringGetCharsNoCheck() local 1929 __ movw(Address(address, 0), in GenPoke() local 1932 __ movw(Address(address, 0), value_loc.AsRegister<Register>()); in GenPoke() local
|
D | code_generator_x86_64.cc | 4408 __ movw(Address(base, offset), in HandleFieldSet() local 4411 __ movw(Address(base, offset), value.AsRegister<CpuRegister>()); in HandleFieldSet() local 4850 __ movw(address, value.AsRegister<CpuRegister>()); in VisitArraySet() local 4853 __ movw(address, Immediate(CodeGenerator::GetInt16ValueOf(value.GetConstant()))); in VisitArraySet() local
|
D | code_generator_arm_vixl.cc | 9362 __ movw(out, /* placeholder */ 0u); in EmitMovwMovtPlaceholder() local
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 2025 movw rINSTw, MIRROR_CHAR_ARRAY_DATA_OFFSET(%rax,%rcx,2) 2054 movw rINSTw, MIRROR_SHORT_ARRAY_DATA_OFFSET(%rax,%rcx,2) 5866 movw rINSTw, (%rcx,%rax,1) 12150 movw %ax, OFF_FP_COUNTDOWN_OFFSET(rFP)
|