Home
last modified time | relevance | path

Searched refs:SetSIB (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664Traits.h141 void SetSIB(ScaleFactor scale, GPRRegister index, GPRRegister base) { in SetSIB() function
203 SetSIB(TIMES_1, RegX8664::Encoded_Reg_rsp, Base); in Address()
207 SetSIB(TIMES_1, RegX8664::Encoded_Reg_rsp, Base); in Address()
212 SetSIB(TIMES_1, RegX8664::Encoded_Reg_rsp, Base); in Address()
223 SetSIB(Scale, Index, RegX8664::Encoded_Reg_rbp); in Address()
235 SetSIB(Scale, Index, Base); in Address()
238 SetSIB(Scale, Index, Base); in Address()
242 SetSIB(Scale, Index, Base); in Address()
270 NewAddress.SetSIB(NoScale, RegX8664::Encoded_Reg_rsp, in Absolute()
DIceTargetLoweringX8632Traits.h137 void SetSIB(ScaleFactor scale, GPRRegister index, GPRRegister base) { in SetSIB() function
197 SetSIB(TIMES_1, RegX8632::Encoded_Reg_esp, Base); in Address()
201 SetSIB(TIMES_1, RegX8632::Encoded_Reg_esp, Base); in Address()
206 SetSIB(TIMES_1, RegX8632::Encoded_Reg_esp, Base); in Address()
217 SetSIB(Scale, Index, RegX8632::Encoded_Reg_ebp); in Address()
228 SetSIB(Scale, Index, Base); in Address()
231 SetSIB(Scale, Index, Base); in Address()
235 SetSIB(Scale, Index, Base); in Address()