/art/compiler/utils/x86/ |
D | assembler_x86.h | 244 void movb(Register dst, const Address& src); 245 void movb(const Address& dst, ByteRegister src); 246 void movb(const Address& dst, const Immediate& imm);
|
D | assembler_x86.cc | 179 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { in movb() function in art::x86::X86Assembler 184 void X86Assembler::movb(const Address& dst, ByteRegister src) { in movb() function in art::x86::X86Assembler 191 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.h | 288 void movb(CpuRegister dst, const Address& src); 289 void movb(const Address& dst, CpuRegister src); 290 void movb(const Address& dst, const Immediate& imm);
|
D | assembler_x86_64.cc | 221 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { in movb() function in art::x86_64::X86_64Assembler 226 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { in movb() function in art::x86_64::X86_64Assembler 234 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86_64::X86_64Assembler
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 364 movb (%r10), %al // al := *shorty 395 movb (%r10), %al // al := *shorty 1002 movb %dl, (%rdx, %rdi) // Note: this assumes that top 32b of %rdi are zero 1040 movb %dl, (%rdx, %rdi) // Note: this assumes that top 32b of %rdi are zero
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 964 __ movb(Address(obj, offset), value); in VisitInstanceFieldSet() local 1206 __ movb(Address(obj, offset), value); in VisitArraySet() local 1208 __ movb(Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_1, data_offset), value); in VisitArraySet() local 1314 __ movb(Address(temp, card, TIMES_1, 0), card); in MarkGCCard() local
|
D | code_generator_x86.cc | 1095 __ movb(Address(obj, offset), value); in VisitInstanceFieldSet() local 1142 __ movb(Address(temp, card, TIMES_1, 0), in MarkGCCard() local 1370 __ movb(Address(obj, offset), value); in VisitArraySet() local 1372 __ movb(Address(obj, index.AsX86().AsCpuRegister(), TIMES_1, data_offset), value); in VisitArraySet() local
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 680 movb %dl, (%edx, %eax) 706 movb %dl, (%edx, %eax)
|