Searched defs:shld (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8664.cpp | 2738 void AssemblerX8664::shld(Type Ty, GPRRegister dst, GPRRegister src) { in shld() function in Ice::X8664::AssemblerX8664 2749 void AssemblerX8664::shld(Type Ty, GPRRegister dst, GPRRegister src, in shld() function in Ice::X8664::AssemblerX8664 2763 void AssemblerX8664::shld(Type Ty, const AsmAddress &operand, GPRRegister src) { in shld() function in Ice::X8664::AssemblerX8664
|
D | IceAssemblerX8632.cpp | 2599 void AssemblerX8632::shld(Type Ty, GPRRegister dst, GPRRegister src) { in shld() function in Ice::X8632::AssemblerX8632 2609 void AssemblerX8632::shld(Type Ty, GPRRegister dst, GPRRegister src, in shld() function in Ice::X8632::AssemblerX8632 2622 void AssemblerX8632::shld(Type Ty, const AsmAddress &operand, GPRRegister src) { in shld() function in Ice::X8632::AssemblerX8632
|
/third_party/quickjs/ |
D | libbf.c | 5402 static inline __maybe_unused limb_t shld(limb_t a1, limb_t a0, long shift) in shld() function
|