Home
last modified time | relevance | path

Searched defs:shld (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8664.cpp2738 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
DIceAssemblerX8632.cpp2599 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/
Dlibbf.c5402 static inline __maybe_unused limb_t shld(limb_t a1, limb_t a0, long shift) in shld() function