Home
last modified time | relevance | path

Searched defs:fregNo (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_mips_toIR.c254 static UInt floatGuestRegOffset(UInt fregNo) in floatGuestRegOffset()
1455 static IRExpr *getFReg(UInt fregNo) in getFReg()
Dguest_arm_toIR.c852 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()
Dhost_mips_defs.c2044 inline static UInt fregNo(HReg r, Bool mode64) in fregNo() function