Searched defs:shrd (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 384 shrd DX, BX define 385 shrd DX, BX, CL define 386 shrd DX, BX, 1 define 387 shrd [RAX], BX label 388 shrd [RAX], BX, CL label
|
D | x86-64.s | 383 shrd %bx, %dx label 384 shrd %cl, %bx, %dx label 385 shrd $1, %bx, %dx label 386 shrd %bx, (%rax) label 387 shrd %cl, %bx, (%rax) label
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8664.cpp | 2774 void AssemblerX8664::shrd(Type Ty, GPRRegister dst, GPRRegister src) { in shrd() function in Ice::X8664::AssemblerX8664 2785 void AssemblerX8664::shrd(Type Ty, GPRRegister dst, GPRRegister src, in shrd() function in Ice::X8664::AssemblerX8664 2799 void AssemblerX8664::shrd(Type Ty, const AsmAddress &dst, GPRRegister src) { in shrd() function in Ice::X8664::AssemblerX8664
|
D | IceAssemblerX8632.cpp | 2632 void AssemblerX8632::shrd(Type Ty, GPRRegister dst, GPRRegister src) { in shrd() function in Ice::X8632::AssemblerX8632 2642 void AssemblerX8632::shrd(Type Ty, GPRRegister dst, GPRRegister src, in shrd() function in Ice::X8632::AssemblerX8632 2655 void AssemblerX8632::shrd(Type Ty, const AsmAddress &dst, GPRRegister src) { in shrd() function in Ice::X8632::AssemblerX8632
|