HomeSort by relevance Sort by last modified time
    Searched refs:Movsx (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 126 Movsx,
624 // Movsx and movzx need both the source and dest type width letter to
    [all...]
IceTargetLoweringX86Base.h 736 Context.insert<typename Traits::Insts::Movsx>(Dest, Src0);
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DataMov.cpp 264 TEST_F(AssemblerX8632Test, Movsx) {
269 __ movsx(IceType_i8, GPRRegister::Encoded_Reg_##Dst, \
282 __ movsx(IceType_i16, GPRRegister::Encoded_Reg_##Dst, \
296 __ movsx(IceType_i8, GPRRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \
310 __ movsx(IceType_i16, GPRRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DataMov.cpp 354 TEST_F(AssemblerX8664Test, Movsx) {
366 __ movsx(IceType_i##Size, Encoded_GPR_##Dst##d(), \
381 __ movsx(IceType_i##Size, Encoded_GPR_##Dst##d(), dwordAddress(T0)); \
    [all...]

Completed in 70 milliseconds