Lines Matching refs:BF
165 static void _test_dcmpo(int BF, int x __attribute__((unused))) in _test_dcmpo() argument
167 if (BF < 0 || BF > 7) { in _test_dcmpo()
168 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF); in _test_dcmpo()
171 switch (BF) { in _test_dcmpo()
201 static void _test_dcmpu(int BF, int x __attribute__((unused))) in _test_dcmpu() argument
203 if (BF < 0 || BF > 7) { in _test_dcmpu()
204 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF); in _test_dcmpu()
207 switch (BF) { in _test_dcmpu()
320 static void _test_dcmpoq(int BF, int x __attribute__((unused))) in _test_dcmpoq() argument
322 if (BF < 0 || BF > 7) { in _test_dcmpoq()
323 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF ); in _test_dcmpoq()
326 switch (BF) { in _test_dcmpoq()
356 static void _test_dcmpuq(int BF, int x __attribute__((unused))) in _test_dcmpuq() argument
358 if (BF < 0 || BF > 7) { in _test_dcmpuq()
359 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF); in _test_dcmpuq()
362 switch (BF) { in _test_dcmpuq()
1164 int k = 0, BF; in test_dfp_cmp_ops() local
1174 BF = 0; in test_dfp_cmp_ops()
1203 (*func)(BF, 0); in test_dfp_cmp_ops()
1206 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_cmp_ops()
1210 test_def.op, u1, condreg, BF); in test_dfp_cmp_ops()
1214 condreg, BF); in test_dfp_cmp_ops()
1219 BF = 5; in test_dfp_cmp_ops()