/art/runtime/interpreter/mterp/x86/ |
D | header.S | 224 movb rINSTbl, rINSTbh 225 movb MACRO_LITERAL(\_opnum), rINSTbl
|
D | cvtfp_int.S | 20 movb $$0xc, %ah
|
/art/runtime/interpreter/mterp/x86_64/ |
D | header.S | 212 movb rINSTbl, rINSTbh 213 movb $$\_opnum, rINSTbl
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 359 void movb(Register dst, const Address& src); 360 void movb(const Address& dst, ByteRegister src); 361 void movb(const Address& dst, const Immediate& imm);
|
D | assembler_x86.cc | 264 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { in movb() function in art::x86::X86Assembler 269 void X86Assembler::movb(const Address& dst, ByteRegister src) { in movb() function in art::x86::X86Assembler 276 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 | 397 void movb(CpuRegister dst, const Address& src); 398 void movb(const Address& dst, CpuRegister src); 399 void movb(const Address& dst, const Immediate& imm);
|
D | assembler_x86_64_test.cc | 966 DriverStr(RepeatAb(&x86_64::X86_64Assembler::movb, "movb %{reg}, {mem}"), "movb_s"); in TEST_F() 991 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movb, in TEST_F()
|
D | assembler_x86_64.cc | 307 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { in movb() function in art::x86_64::X86_64Assembler 312 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { in movb() function in art::x86_64::X86_64Assembler 320 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 | 581 movb (%r10), %al // al := *shorty 612 movb (%r10), %al // al := *shorty 1514 movb %dl, (%rdx, %rdi) // Note: this assumes that top 32b of %rdi are zero 1555 movb %dl, (%rdx, %rdi) // Note: this assumes that top 32b of %rdi are zero
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 539 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty 570 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty 1536 movb %dl, (%edx, %eax) 1577 movb %dl, (%edx, %eax)
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86.S | 231 movb rINSTbl, rINSTbh 232 movb MACRO_LITERAL(\_opnum), rINSTbl 2029 movb rINSTbl, (%eax) 2055 movb rINSTbl, (%eax) 3579 movb $0xc, %ah 3646 movb $0xc, %ah 3736 movb $0xc, %ah 3803 movb $0xc, %ah 6081 movb rINSTbl, (%ecx,%eax,1)
|
D | mterp_x86_64.S | 219 movb rINSTbl, rINSTbh 220 movb $\_opnum, rINSTbl 1967 movb rINSTbl, MIRROR_BOOLEAN_ARRAY_DATA_OFFSET(%rax,%rcx,1) 1996 movb rINSTbl, MIRROR_BYTE_ARRAY_DATA_OFFSET(%rax,%rcx,1) 5828 movb rINSTbl, (%rcx,%rax,1)
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 4397 __ movb(Address(base, offset), in HandleFieldSet() local 4400 __ movb(Address(base, offset), value.AsRegister<CpuRegister>()); in HandleFieldSet() local 4837 __ movb(address, value.AsRegister<CpuRegister>()); in VisitArraySet() local 4839 __ movb(address, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant()))); in VisitArraySet() local 5137 __ movb(Address(temp, card, TIMES_1, 0), card); in MarkGCCard() local
|
D | intrinsics_x86_64.cc | 2061 __ movb(Address(address, 0), in GenPoke() local 2064 __ movb(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
|
D | intrinsics_x86.cc | 1921 __ movb(Address(address, 0), in GenPoke() local 1924 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>()); in GenPoke() local
|
D | code_generator_x86.cc | 4713 __ movb(Address(temp, card, TIMES_1, 0), in MarkGCCard() local 4942 __ movb(Address(base, offset), value.AsRegister<ByteRegister>()); in HandleFieldSet() local 5400 __ movb(address, value.AsRegister<ByteRegister>()); in VisitArraySet() local 5402 __ movb(address, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant()))); in VisitArraySet() local
|