Searched refs:SetSIB (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664Traits.h | 141 void SetSIB(ScaleFactor scale, GPRRegister index, GPRRegister base) { in SetSIB() function 204 SetSIB(TIMES_1, RegX8664::Encoded_Reg_rsp, Base); in Address() 208 SetSIB(TIMES_1, RegX8664::Encoded_Reg_rsp, Base); in Address() 213 SetSIB(TIMES_1, RegX8664::Encoded_Reg_rsp, Base); in Address() 224 SetSIB(Scale, Index, RegX8664::Encoded_Reg_rbp); in Address() 236 SetSIB(Scale, Index, Base); in Address() 239 SetSIB(Scale, Index, Base); in Address() 243 SetSIB(Scale, Index, Base); in Address() 271 NewAddress.SetSIB(NoScale, RegX8664::Encoded_Reg_rsp, in Absolute()
|
D | IceTargetLoweringX8632Traits.h | 137 void SetSIB(ScaleFactor scale, GPRRegister index, GPRRegister base) { in SetSIB() function 198 SetSIB(TIMES_1, RegX8632::Encoded_Reg_esp, Base); in Address() 202 SetSIB(TIMES_1, RegX8632::Encoded_Reg_esp, Base); in Address() 207 SetSIB(TIMES_1, RegX8632::Encoded_Reg_esp, Base); in Address() 218 SetSIB(Scale, Index, RegX8632::Encoded_Reg_ebp); in Address() 229 SetSIB(Scale, Index, Base); in Address() 232 SetSIB(Scale, Index, Base); in Address() 236 SetSIB(Scale, Index, Base); in Address()
|