Searched defs:fregNo (Results 1 – 3 of 3) sorted by relevance
254 static UInt floatGuestRegOffset(UInt fregNo) in floatGuestRegOffset()1455 static IRExpr *getFReg(UInt fregNo) in getFReg()
852 static Int floatGuestRegOffset ( UInt fregNo ) in floatGuestRegOffset()873 static IRExpr* llGetFReg ( UInt fregNo ) in llGetFReg()879 static IRExpr* llGetFReg_up_to_64 ( UInt fregNo ) in llGetFReg_up_to_64()886 static IRExpr* getFReg ( UInt fregNo ) { in getFReg()891 static void llPutFReg ( UInt fregNo, IRExpr* e ) in llPutFReg()898 static void llPutFReg_up_to_64 ( UInt fregNo, IRExpr* e ) in llPutFReg_up_to_64()908 static void putFReg ( UInt fregNo, in putFReg()
2044 inline static UInt fregNo(HReg r, Bool mode64) in fregNo() function