Searched defs:shld (Results 1 – 4 of 4) sorted by relevance
| /external/llvm/test/MC/X86/ |
| D | intel-syntax.s | 379 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
|
| D | x86-64.s | 378 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/ |
| 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
|