Home
last modified time | relevance | path

Searched refs:movw (Results 1 – 11 of 11) sorted by relevance

/art/test/521-regression-integer-field-set/
Dinfo.txt3 a `movw` instruction instead of a `movl` instruction.
/art/runtime/interpreter/mterp/arm/
Dfloating_point.S338 movw r3, #0x43e
343 movw r3, #0x7ff
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc386 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/
Dassembler_x86.h371 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/
Dother.S206 movw 2(rPC), rINSTw # rINSTw <- BBBB
Darithmetic.S285 movw %ax, LOCAL0+2(%esp)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1472 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/
Dassembler_x86_64.h405 void movw(CpuRegister dst, const Address& src);
406 void movw(const Address& dst, CpuRegister src);
407 void movw(const Address& dst, const Immediate& imm);
Dassembler_x86_64_test.cc963 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/
Dmain.S716 movw %ax, OFF_FP_COUNTDOWN_OFFSET(rFP)
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc9295 __ movw(out, /* operand= */ 0u); in EmitMovwMovtPlaceholder() local