/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 3272 __ movb(Address(base, offset), Immediate(v)); in HandleFieldSet() local 3274 __ movb(Address(base, offset), value.AsRegister<CpuRegister>()); in HandleFieldSet() local 3599 __ movb(Address(obj, offset), value.AsRegister<CpuRegister>()); in VisitArraySet() local 3601 __ movb(Address(obj, offset), in VisitArraySet() local 3606 __ movb(Address(obj, index.AsRegister<CpuRegister>(), TIMES_1, data_offset), in VisitArraySet() local 3609 __ movb(Address(obj, index.AsRegister<CpuRegister>(), TIMES_1, data_offset), in VisitArraySet() local 3828 __ movb(Address(temp, card, TIMES_1, 0), card); in MarkGCCard() local
|
D | code_generator_x86.cc | 3238 __ movb(Address(temp, card, TIMES_1, 0), in MarkGCCard() local 3402 __ movb(Address(base, offset), value.AsRegister<ByteRegister>()); in HandleFieldSet() local 3749 __ movb(Address(obj, offset), value.AsRegister<ByteRegister>()); in VisitArraySet() local 3751 __ movb(Address(obj, offset), in VisitArraySet() local 3756 __ movb(Address(obj, index.AsRegister<Register>(), TIMES_1, data_offset), in VisitArraySet() local 3759 __ movb(Address(obj, index.AsRegister<Register>(), TIMES_1, data_offset), in VisitArraySet() local
|
D | intrinsics_x86_64.cc | 1164 __ movb(Address(address, 0), in GenPoke() local 1167 __ movb(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
|
D | intrinsics_x86.cc | 1244 __ movb(Address(address, 0), in GenPoke() local 1247 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>()); in GenPoke() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 186 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { in movb() function in art::x86::X86Assembler 191 void X86Assembler::movb(const Address& dst, ByteRegister src) { in movb() function in art::x86::X86Assembler 198 void X86Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 251 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { in movb() function in art::x86_64::X86_64Assembler 256 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { in movb() function in art::x86_64::X86_64Assembler 264 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86_64::X86_64Assembler
|