Home
last modified time | relevance | path

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

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