/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 311 __ movzxb(reg.AsCpuRegister(), reg.AsByteRegister()); in ZeroExtend() local
|
D | assembler_x86.cc | 281 void X86Assembler::movzxb(Register dst, ByteRegister src) { in movzxb() function in art::x86::X86Assembler 289 void X86Assembler::movzxb(Register dst, const Address& src) { in movzxb() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 359 __ movzxb(reg.AsCpuRegister(), reg.AsCpuRegister()); in ZeroExtend() local
|
D | assembler_x86_64.cc | 275 void X86_64Assembler::movzxb(CpuRegister dst, CpuRegister src) { in movzxb() function in art::x86_64::X86_64Assembler 284 void X86_64Assembler::movzxb(CpuRegister dst, const Address& src) { in movzxb() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 1490 __ movzxb(EAX, Address(ESI, 0)); in VisitStringGetCharsNoCheck() local 2083 __ movzxb(out.AsRegister<Register>(), out.AsRegister<ByteRegister>()); in GenCAS() local 2123 __ movzxb(out.AsRegister<Register>(), out.AsRegister<ByteRegister>()); in GenCAS() local
|
D | intrinsics_x86_64.cc | 1672 __ movzxb(CpuRegister(TMP), Address(CpuRegister(RSI), 0)); in VisitStringGetCharsNoCheck() local 2182 __ movzxb(out, out); in GenCAS() local 2215 __ movzxb(out, out); in GenCAS() local
|
D | code_generator_x86_64.cc | 2879 __ movzxb(out.AsRegister<CpuRegister>(), in.AsRegister<CpuRegister>()); in VisitTypeConversion() local 2881 __ movzxb(out.AsRegister<CpuRegister>(), in VisitTypeConversion() local 4697 __ movzxb(out.AsRegister<CpuRegister>(), Address(base, offset)); in HandleFieldGet() local 5137 __ movzxb(out, CodeGeneratorX86_64::ArrayAddress(obj, index, TIMES_1, data_offset)); in VisitArrayGet() local 5158 __ movzxb(out, CodeGeneratorX86_64::ArrayAddress(obj, index, TIMES_1, data_offset)); in VisitArrayGet() local
|
D | code_generator_x86.cc | 2755 __ movzxb(out.AsRegister<Register>(), in.AsRegister<ByteRegister>()); in VisitTypeConversion() local 2764 __ movzxb(out.AsRegister<Register>(), in.AsRegisterPairLow<ByteRegister>()); in VisitTypeConversion() local 5337 __ movzxb(out.AsRegister<Register>(), Address(base, offset)); in HandleFieldGet() local 5802 __ movzxb(out, CodeGeneratorX86::ArrayAddress(obj, index, TIMES_1, data_offset)); in VisitArrayGet() local 5823 __ movzxb(out, CodeGeneratorX86::ArrayAddress(obj, index, TIMES_1, data_offset)); in VisitArrayGet() local
|