/art/runtime/interpreter/mterp/x86_64/ |
D | header.S | 206 movb rINSTbl, rINSTbh 207 movb $$\_opnum, rINSTbl
|
/art/runtime/interpreter/mterp/x86/ |
D | header.S | 221 movb rINSTbl, rINSTbh 222 movb MACRO_LITERAL(\_opnum), rINSTbl
|
D | cvtfp_int.S | 20 movb $$0xc, %ah
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 354 void movb(Register dst, const Address& src); 355 void movb(const Address& dst, ByteRegister src); 356 void movb(const Address& dst, const Immediate& imm);
|
D | assembler_x86.cc | 237 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/utils/x86_64/ |
D | assembler_x86_64.h | 377 void movb(CpuRegister dst, const Address& src); 378 void movb(const Address& dst, CpuRegister src); 379 void movb(const Address& dst, const Immediate& imm);
|
D | assembler_x86_64.cc | 279 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
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 398 movb (%r10), %al // al := *shorty 429 movb (%r10), %al // al := *shorty 1203 movb %dl, (%rdx, %rdi) // Note: this assumes that top 32b of %rdi are zero 1244 movb %dl, (%rdx, %rdi) // Note: this assumes that top 32b of %rdi are zero
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 388 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty 419 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty 1203 movb %dl, (%edx, %eax) 1244 movb %dl, (%edx, %eax)
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86.S | 228 movb rINSTbl, rINSTbh 229 movb MACRO_LITERAL(\_opnum), rINSTbl 2013 movb rINSTbl, (%eax) 2039 movb rINSTbl, (%eax) 3563 movb $0xc, %ah 3630 movb $0xc, %ah 3720 movb $0xc, %ah 3787 movb $0xc, %ah 6065 movb rINSTbl, (%ecx,%eax,1)
|
D | mterp_x86_64.S | 213 movb rINSTbl, rINSTbh 214 movb $\_opnum, rINSTbl 1949 movb rINSTbl, MIRROR_BOOLEAN_ARRAY_DATA_OFFSET(%rax,%rcx,1) 1978 movb rINSTbl, MIRROR_BYTE_ARRAY_DATA_OFFSET(%rax,%rcx,1) 5810 movb rINSTbl, (%rcx,%rax,1)
|
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 1760 __ movb(Address(address, 0), in GenPoke() local 1763 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>()); in GenPoke() local
|
D | intrinsics_x86_64.cc | 1845 __ movb(Address(address, 0), in GenPoke() local 1848 __ movb(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
|
D | code_generator_x86_64.cc | 4255 __ 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
|
D | code_generator_x86.cc | 4522 __ 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
|