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

/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S364 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
1041 // movb %dl, (%rdx, %rdi)
/art/compiler/utils/x86/
H A Dassembler_x86.h244 void movb(Register dst, const Address& src);
245 void movb(const Address& dst, ByteRegister src);
246 void movb(const Address& dst, const Immediate& imm);
H A Dassembler_x86.cc179 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { function in class:art::x86::X86Assembler
184 void X86Assembler::movb(const Address& dst, ByteRegister src) { function in class:art::x86::X86Assembler
191 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.h288 void movb(CpuRegister dst, const Address& src);
289 void movb(const Address& dst, CpuRegister src);
290 void movb(const Address& dst, const Immediate& imm);
H A Dassembler_x86_64.cc221 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { function in class:art::x86_64::X86_64Assembler
226 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
234 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc964 __ movb(Address(obj, offset), value);
1206 __ movb(Address(obj, offset), value);
1208 __ movb(Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_1, data_offset), value);
1314 __ movb(Address(temp, card, TIMES_1, 0), card);
H A Dcode_generator_x86.cc1095 __ movb(Address(obj, offset), value);
1142 __ movb(Address(temp, card, TIMES_1, 0),
1370 __ movb(Address(obj, offset), value);
1372 __ movb(Address(obj, index.AsX86().AsCpuRegister(), TIMES_1, data_offset), value);
/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S680 movb %dl, (%edx, %eax)
706 movb %dl, (%edx, %eax)

Completed in 25 milliseconds