Searched refs:movw (Results 1 – 11 of 11) sorted by relevance
/art/test/521-regression-integer-field-set/ |
D | info.txt | 3 a `movw` instruction instead of a `movl` instruction.
|
/art/runtime/interpreter/mterp/arm/ |
D | floating_point.S | 338 movw r3, #0x43e 343 movw r3, #0x7ff
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 386 uint32_t movw = 0xf2400000u | // MOVW r0, #0 (placeholder), in CheckPcRelativePatch() local 397 static_cast<uint8_t>(movw >> 16), static_cast<uint8_t>(movw >> 24), in CheckPcRelativePatch() 398 static_cast<uint8_t>(movw >> 0), static_cast<uint8_t>(movw >> 8), in CheckPcRelativePatch()
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 371 void movw(Register dst, const Address& src); 372 void movw(const Address& dst, Register src); 373 void movw(const Address& dst, const Immediate& imm);
|
/art/runtime/interpreter/mterp/x86/ |
D | other.S | 206 movw 2(rPC), rINSTw # rINSTw <- BBBB
|
D | arithmetic.S | 285 movw %ax, LOCAL0+2(%esp)
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1472 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_WIDE_ARRAY_DATA_OFFSET) / 8) 1499 movw r2, #(MIN_LARGE_OBJECT_THRESHOLD - MIRROR_INT_ARRAY_DATA_OFFSET) 1509 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_INT_ARRAY_DATA_OFFSET) / 2) 1520 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_INT_ARRAY_DATA_OFFSET) / 4) 1531 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_test.cc | 963 DriverStr(RepeatAw(&x86_64::X86_64Assembler::movw, "movw %{reg}, {mem}"), "movw_s"); in TEST_F() 987 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movw, in TEST_F()
|
/art/runtime/interpreter/mterp/x86_64/ |
D | main.S | 716 movw %ax, OFF_FP_COUNTDOWN_OFFSET(rFP)
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 9295 __ movw(out, /* operand= */ 0u); in EmitMovwMovtPlaceholder() local
|