Searched refs:loFsVal (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_mips_helpers.c | 1127 : "r" (loFsVal), "r" (fcsr) \ 1140 : "r" (loFsVal), "r" (hiFsVal), "r" (fcsr) \ 1165 : "r" (loFsVal), "r" (loFtVal), "r" (fcsr) \ 1180 : "r" (loFsVal), "r" (hiFsVal), "r" (loFtVal), \ 1206 UInt loFsVal, hiFsVal, loFtVal, hiFtVal; in mips_dirtyhelper_calculate_FCSR_fp32() local 1209 loFsVal = (UInt)addr[fs]; in mips_dirtyhelper_calculate_FCSR_fp32() 1215 loFsVal = (UInt)addr[fs*2]; in mips_dirtyhelper_calculate_FCSR_fp32()
|