Searched refs:movzxb (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 220 __ fs()->movzxb(dest.AsCpuRegister(), Address::Absolute(src)); in LoadFromThread() 291 __ movzxb(reg.AsCpuRegister(), reg.AsByteRegister()); in ZeroExtend() local
|
D | assembler_x86.h | 355 void movzxb(Register dst, ByteRegister src); 356 void movzxb(Register dst, const Address& src);
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 265 __ gs()->movzxb(dest.AsCpuRegister(), Address::Absolute(src, true)); in LoadFromThread() 341 __ movzxb(reg.AsCpuRegister(), reg.AsCpuRegister()); in ZeroExtend() local
|
D | assembler_x86_64.h | 393 void movzxb(CpuRegister dst, CpuRegister src); 394 void movzxb(CpuRegister dst, const Address& src);
|
D | assembler_x86_64.cc | 267 void X86_64Assembler::movzxb(CpuRegister dst, CpuRegister src) { in movzxb() function in art::x86_64::X86_64Assembler 276 void X86_64Assembler::movzxb(CpuRegister dst, const Address& src) { in movzxb() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 1969 __ movzxb(CpuRegister(TMP), Address(CpuRegister(RSI), 0)); in VisitStringGetCharsNoCheck() local 2479 __ movzxb(out, out); in GenCAS() local 2512 __ movzxb(out, out); in GenCAS() local
|
D | intrinsics_x86.cc | 1815 __ movzxb(EAX, Address(ESI, 0)); in VisitStringGetCharsNoCheck() local 2408 __ movzxb(out.AsRegister<Register>(), out.AsRegister<ByteRegister>()); in GenCAS() local 2448 __ movzxb(out.AsRegister<Register>(), out.AsRegister<ByteRegister>()); in GenCAS() local
|
D | code_generator_x86_64.cc | 2701 __ movzxb(out.AsRegister<CpuRegister>(), in.AsRegister<CpuRegister>()); in VisitTypeConversion() local 2703 __ movzxb(out.AsRegister<CpuRegister>(), in VisitTypeConversion() local 4250 __ movzxb(out.AsRegister<CpuRegister>(), Address(base, offset)); in HandleFieldGet() local 4681 __ movzxb(out, CodeGeneratorX86_64::ArrayAddress(obj, index, TIMES_1, data_offset)); in VisitArrayGet() local 4702 __ movzxb(out, CodeGeneratorX86_64::ArrayAddress(obj, index, TIMES_1, data_offset)); in VisitArrayGet() local
|