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

/art/runtime/interpreter/mterp/x86/
H A Dcvtfp_int.S20 movb $$0xc, %ah
H A Dheader.S224 movb rINSTbl, rINSTbh
225 movb MACRO_LITERAL(\_opnum), rINSTbl
/art/runtime/interpreter/mterp/x86_64/
H A Dheader.S212 movb rINSTbl, rINSTbh
213 movb $$\_opnum, rINSTbl
/art/compiler/utils/x86/
H A 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);
H A Dassembler_x86.cc264 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { function in class:art::x86::X86Assembler
269 void X86Assembler::movb(const Address& dst, ByteRegister src) { function in class:art::x86::X86Assembler
276 void X86Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A 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);
H A Dassembler_x86_64_test.cc966 DriverStr(RepeatAb(&x86_64::X86_64Assembler::movb, "movb %{reg}, {mem}"), "movb_s");
991 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movb,
992 /*imm_bytes*/ 1U, "movb ${imm}, {mem}"), "movb");
H A Dassembler_x86_64.cc307 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { function in class:art::x86_64::X86_64Assembler
312 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
320 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
/art/runtime/arch/x86/
H A 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/arch/x86_64/
H A 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
1556 // movb %dl, (%rdx, %rdi)
/art/runtime/interpreter/mterp/out/
H A 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)
6100 movb rINSTb
[all...]
H A 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)
5847 movb rINSTbl, (%rcx,%rax,1)
/art/compiler/optimizing/
H A Dintrinsics_x86.cc1921 __ movb(Address(address, 0),
1924 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>());
H A Dintrinsics_x86_64.cc2061 __ movb(Address(address, 0),
2064 __ movb(Address(address, 0), value.AsRegister<CpuRegister>());
H A Dcode_generator_x86_64.cc4397 __ movb(Address(base, offset),
4400 __ movb(Address(base, offset), value.AsRegister<CpuRegister>());
4837 __ movb(address, value.AsRegister<CpuRegister>());
4839 __ movb(address, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant())));
5137 __ movb(Address(temp, card, TIMES_1, 0), card);
H A Dcode_generator_x86.cc4713 __ movb(Address(temp, card, TIMES_1, 0),
4942 __ movb(Address(base, offset), value.AsRegister<ByteRegister>());
5400 __ movb(address, value.AsRegister<ByteRegister>());
5402 __ movb(address, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant())));

Completed in 343 milliseconds