Home
last modified time | relevance | path

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

/external/llvm/test/MC/X86/
Dintel-syntax.s379 shld DX, BX define
380 shld DX, BX, CL define
381 shld DX, BX, 1 define
382 shld [RAX], BX label
383 shld [RAX], BX, CL label
Dx86-64.s378 shld %bx, %dx label
379 shld %cl, %bx, %dx label
380 shld $1, %bx, %dx label
381 shld %bx, (%rax) label
382 shld %cl, %bx, (%rax) label
/external/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