/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 | 387 uint32_t movw = 0xf2400000u | // MOVW r0, #0 (placeholder), in CheckPcRelativePatch() local 398 static_cast<uint8_t>(movw >> 16), static_cast<uint8_t>(movw >> 24), in CheckPcRelativePatch() 399 static_cast<uint8_t>(movw >> 0), static_cast<uint8_t>(movw >> 8), in CheckPcRelativePatch()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1259 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_WIDE_ARRAY_DATA_OFFSET) / 8) 1286 movw r2, #(MIN_LARGE_OBJECT_THRESHOLD - MIRROR_INT_ARRAY_DATA_OFFSET) 1296 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_INT_ARRAY_DATA_OFFSET) / 2) 1307 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_INT_ARRAY_DATA_OFFSET) / 4) 1318 movw r2, #((MIN_LARGE_OBJECT_THRESHOLD - MIRROR_LONG_ARRAY_DATA_OFFSET) / 8)
|
/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/compiler/utils/x86/ |
D | assembler_x86.h | 400 void movw(Register dst, const Address& src); 401 void movw(const Address& dst, Register src); 402 void movw(const Address& dst, const Immediate& imm);
|
D | assembler_x86.cc | 366 void X86Assembler::movw(Register /*dst*/, const Address& /*src*/) { in movw() function in art::x86::X86Assembler 371 void X86Assembler::movw(const Address& dst, Register src) { in movw() function in art::x86::X86Assembler 379 void X86Assembler::movw(const Address& dst, const Immediate& imm) { in movw() function in art::x86::X86Assembler
|
D | assembler_x86_test.cc | 313 DriverStr(RepeatAr(&x86::X86Assembler::movw, "movw %{reg}, {mem}"), "movw-store"); in TEST_F()
|
/art/runtime/interpreter/mterp/x86_64/ |
D | main.S | 715 movw %ax, OFF_FP_COUNTDOWN_OFFSET(rFP)
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 410 void movw(CpuRegister dst, const Address& src); 411 void movw(const Address& dst, CpuRegister src); 412 void movw(const Address& dst, const Immediate& imm);
|
D | assembler_x86_64_test.cc | 991 DriverStr(RepeatAw(&x86_64::X86_64Assembler::movw, "movw %{reg}, {mem}"), "movw_s"); in TEST_F() 1015 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movw, in TEST_F()
|
D | assembler_x86_64.cc | 374 void X86_64Assembler::movw(CpuRegister /*dst*/, const Address& /*src*/) { in movw() function in art::x86_64::X86_64Assembler 379 void X86_64Assembler::movw(const Address& dst, CpuRegister src) { in movw() function in art::x86_64::X86_64Assembler 388 void X86_64Assembler::movw(const Address& dst, const Immediate& imm) { in movw() function in art::x86_64::X86_64Assembler
|
/art/runtime/interpreter/mterp/armng/ |
D | main.S | 1922 movw r3, #0x43e 1927 movw r3, #0x7ff
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 1615 __ movw(Address(CpuRegister(RDI), 0), CpuRegister(TMP)); in VisitStringGetCharsNoCheck() local 1714 __ movw(Address(address, 0), in GenPoke() local 1717 __ movw(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
|
D | code_generator_x86.cc | 1553 __ movw(dst, Immediate(CodeGenerator::GetInt16ValueOf(src.GetConstant()))); in MoveToMemory() local 1555 __ movw(dst, src.AsRegister<Register>()); in MoveToMemory() local 5891 __ movw(field_addr, Immediate(CodeGenerator::GetInt16ValueOf(value.GetConstant()))); in HandleFieldSet() local 5893 __ movw(field_addr, value.AsRegister<Register>()); in HandleFieldSet() local 6408 __ movw(address, value.AsRegister<Register>()); in VisitArraySet() local 6410 __ movw(address, Immediate(CodeGenerator::GetInt16ValueOf(value.GetConstant()))); in VisitArraySet() local
|
D | intrinsics_x86.cc | 1448 __ movw(Address(EDI, 0), EAX); in VisitStringGetCharsNoCheck() local 1561 __ movw(Address(address, 0), in GenPoke() local 1564 __ movw(Address(address, 0), value_loc.AsRegister<Register>()); in GenPoke() local
|
D | code_generator_x86_64.cc | 5085 __ movw(Address(base, offset), in HandleFieldSet() local 5088 __ movw(Address(base, offset), value.AsRegister<CpuRegister>()); in HandleFieldSet() local 5551 __ movw(address, value.AsRegister<CpuRegister>()); in VisitArraySet() local 5554 __ movw(address, Immediate(CodeGenerator::GetInt16ValueOf(value.GetConstant()))); in VisitArraySet() local
|
D | code_generator_arm_vixl.cc | 9888 __ movw(out, /* operand= */ 0u); in EmitMovwMovtPlaceholder() local
|