Searched defs:movb (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 4397 __ movb(Address(base, offset), in HandleFieldSet() local 4400 __ movb(Address(base, offset), value.AsRegister<CpuRegister>()); in HandleFieldSet() local 4837 __ movb(address, value.AsRegister<CpuRegister>()); in VisitArraySet() local 4839 __ movb(address, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant()))); in VisitArraySet() local 5137 __ movb(Address(temp, card, TIMES_1, 0), card); in MarkGCCard() local
|
D | intrinsics_x86_64.cc | 2061 __ movb(Address(address, 0), in GenPoke() local 2064 __ movb(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
|
D | intrinsics_x86.cc | 1921 __ movb(Address(address, 0), in GenPoke() local 1924 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>()); in GenPoke() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 307 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { in movb() function in art::x86_64::X86_64Assembler 312 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { in movb() function in art::x86_64::X86_64Assembler 320 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86_64::X86_64Assembler
|