Home
last modified time | relevance | path

Searched refs:movb (Results 1 – 16 of 16) sorted by relevance

/art/runtime/interpreter/mterp/x86/
Dheader.S224 movb rINSTbl, rINSTbh
225 movb MACRO_LITERAL(\_opnum), rINSTbl
Dcvtfp_int.S20 movb $$0xc, %ah
/art/runtime/interpreter/mterp/x86_64/
Dheader.S212 movb rINSTbl, rINSTbh
213 movb $$\_opnum, rINSTbl
/art/compiler/utils/x86/
Dassembler_x86.h359 void movb(Register dst, const Address& src);
360 void movb(const Address& dst, ByteRegister src);
361 void movb(const Address& dst, const Immediate& imm);
Dassembler_x86.cc264 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/
Dassembler_x86_64.h397 void movb(CpuRegister dst, const Address& src);
398 void movb(const Address& dst, CpuRegister src);
399 void movb(const Address& dst, const Immediate& imm);
Dassembler_x86_64_test.cc966 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()
Dassembler_x86_64.cc307 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/
Dquick_entrypoints_x86_64.S581 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/
Dquick_entrypoints_x86.S539 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/
Dmterp_x86.S231 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)
Dmterp_x86_64.S219 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/
Dcode_generator_x86_64.cc4397 __ 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
Dintrinsics_x86_64.cc2061 __ movb(Address(address, 0), in GenPoke() local
2064 __ movb(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
Dintrinsics_x86.cc1921 __ movb(Address(address, 0), in GenPoke() local
1924 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>()); in GenPoke() local
Dcode_generator_x86.cc4713 __ 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