Searched refs:emitRexB (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 111 emitRexB(RexTypeIrrelevant, reg); in call() 154 emitRexB(RexTypeIrrelevant, reg); in pushl() 182 emitRexB(RexTypeIrrelevant, reg); in popl() 212 emitRexB(IceType_i8, dst); in setcc() 236 emitRexB(Ty, dst); in mov() 323 emitRexB(RexType, Dst); in movabs() 1204 emitRexB(RexTypeIrrelevant, dst); in psll() 1255 emitRexB(RexTypeIrrelevant, dst); in psra() 1310 emitRexB(RexTypeIrrelevant, dst); in psrl() 2565 emitRexB(Ty, reg); in arith_int() [all …]
|
D | IceAssemblerX86Base.h | 895 template <typename RmType> void emitRexB(const Type Ty, const RmType Rm) { in emitRexB() function
|