Searched refs:FCmpFn (Results 1 – 1 of 1) sorted by relevance
17740 typedef void (MacroAssembler::*FCmpFn)(const PRegisterWithLaneSize& pd, typedef17755 static FCmpFn GetFpAbsCompareFn(Condition cond) { in GetFpAbsCompareFn()17771 static FCmpFn GetFpCompareFn(Condition cond) { in GetFpCompareFn()17857 FCmpFn fcmp = is_absolute ? GetFpAbsCompareFn(cond) : GetFpCompareFn(cond); in TestFpCompareHelper()