Home
last modified time | relevance | path

Searched defs:movw (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86_64.cc1615 __ 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
Dintrinsics_x86.cc1446 __ movw(Address(EDI, 0), EAX); in VisitStringGetCharsNoCheck() local
1559 __ movw(Address(address, 0), in GenPoke() local
1562 __ movw(Address(address, 0), value_loc.AsRegister<Register>()); in GenPoke() local
Dcode_generator_x86_64.cc4974 __ movw(Address(base, offset), in HandleFieldSet() local
4977 __ movw(Address(base, offset), value.AsRegister<CpuRegister>()); in HandleFieldSet() local
5420 __ movw(address, value.AsRegister<CpuRegister>()); in VisitArraySet() local
5423 __ movw(address, Immediate(CodeGenerator::GetInt16ValueOf(value.GetConstant()))); in VisitArraySet() local
Dcode_generator_x86.cc5607 __ movw(Address(base, offset), in HandleFieldSet() local
5610 __ movw(Address(base, offset), value.AsRegister<Register>()); in HandleFieldSet() local
6075 __ movw(address, value.AsRegister<Register>()); in VisitArraySet() local
6077 __ movw(address, Immediate(CodeGenerator::GetInt16ValueOf(value.GetConstant()))); in VisitArraySet() local
Dcode_generator_arm_vixl.cc9726 __ movw(out, /* operand= */ 0u); in EmitMovwMovtPlaceholder() local
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc387 uint32_t movw = 0xf2400000u | // MOVW r0, #0 (placeholder), in CheckPcRelativePatch() local
/art/compiler/utils/x86/
Dassembler_x86.cc366 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
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc374 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