Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc180 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { in movb() function in art::x86::X86Assembler
185 void X86Assembler::movb(const Address& dst, ByteRegister src) { in movb() function in art::x86::X86Assembler
192 void X86Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86::X86Assembler