Searched refs:loFsVal (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_mips_helpers.c | 1118 : "r" (loFsVal), "r" (fcsr) \ 1131 : "r" (loFsVal), "r" (hiFsVal), "r" (fcsr) \ 1156 : "r" (loFsVal), "r" (loFtVal), "r" (fcsr) \ 1171 : "r" (loFsVal), "r" (hiFsVal), "r" (loFtVal), \ 1197 UInt loFsVal, hiFsVal, loFtVal, hiFtVal; in mips_dirtyhelper_calculate_FCSR_fp32() local 1200 loFsVal = (UInt)addr[fs]; in mips_dirtyhelper_calculate_FCSR_fp32() 1206 loFsVal = (UInt)addr[fs*2]; in mips_dirtyhelper_calculate_FCSR_fp32()
|