Searched defs:movb (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/x86/
H A Dassembler_x86.cc186 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { function in class:art::x86::X86Assembler
191 void X86Assembler::movb(const Address& dst, ByteRegister src) { function in class:art::x86::X86Assembler
198 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.cc251 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { function in class:art::x86_64::X86_64Assembler
256 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
264 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler

Completed in 36 milliseconds