Home
last modified time | relevance | path

Searched refs:COMP_A_gt_B (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dreg_compare.c48 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B); in compare()
51 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) in compare()
56 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B); in compare()
59 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B) in compare()
69 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B) in compare()
84 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) in compare()
187 case COMP_A_gt_B: in FPU_compare_st_data()
233 case COMP_A_gt_B: in compare_st_st()
281 case COMP_A_gt_B: in compare_i_st_st()
331 case COMP_A_gt_B: in compare_u_st_st()
[all …]
H A Dstatus_w.h42 #define COMP_A_gt_B 1 macro