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
Dcode_generator_x86.cc1553 __ 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
Dintrinsics_x86.cc1448 __ 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
Dcode_generator_x86_64.cc5085 __ 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
Dcode_generator_arm_vixl.cc9888 __ 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