Home
last modified time | relevance | path

Searched defs:movb (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.cc237 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { in movb() function in art::x86::X86Assembler
242 void X86Assembler::movb(const Address& dst, ByteRegister src) { in movb() function in art::x86::X86Assembler
249 void X86Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86::X86Assembler
/art/compiler/optimizing/
Dcode_generator_x86_64.cc4255 __ movb(Address(base, offset), Immediate(v)); in HandleFieldSet() local
4257 __ movb(Address(base, offset), value.AsRegister<CpuRegister>()); in HandleFieldSet() local
4741 __ movb(address, value.AsRegister<CpuRegister>()); in VisitArraySet() local
4743 __ movb(address, Immediate(value.GetConstant()->AsIntConstant()->GetValue())); in VisitArraySet() local
5041 __ movb(Address(temp, card, TIMES_1, 0), card); in MarkGCCard() local
Dintrinsics_x86.cc1760 __ movb(Address(address, 0), in GenPoke() local
1763 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>()); in GenPoke() local
Dintrinsics_x86_64.cc1845 __ movb(Address(address, 0), in GenPoke() local
1848 __ movb(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
Dcode_generator_x86.cc4522 __ movb(Address(temp, card, TIMES_1, 0), in MarkGCCard() local
4749 __ movb(Address(base, offset), value.AsRegister<ByteRegister>()); in HandleFieldSet() local
5252 __ movb(address, value.AsRegister<ByteRegister>()); in VisitArraySet() local
5254 __ movb(address, Immediate(value.GetConstant()->AsIntConstant()->GetValue())); in VisitArraySet() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc279 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { in movb() function in art::x86_64::X86_64Assembler
284 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { in movb() function in art::x86_64::X86_64Assembler
292 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86_64::X86_64Assembler