Searched refs:XR (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_64.c | 185 long XR, xfsr; in do_mathemu() local 273 XR = current_thread_info()->xfsr[0] >> 10; in do_mathemu() 275 XR = current_thread_info()->xfsr[0] >> (30 + ((insn >> 10) & 0x6)); in do_mathemu() 276 XR &= 3; in do_mathemu() 280 case 1: if (XR) IR = 1; break; /* Not Equal */ in do_mathemu() 281 case 2: if (XR == 1 || XR == 2) IR = 1; break; /* Less or Greater */ in do_mathemu() 282 case 3: if (XR & 1) IR = 1; break; /* Unordered or Less */ in do_mathemu() 283 case 4: if (XR == 1) IR = 1; break; /* Less */ in do_mathemu() 284 case 5: if (XR & 2) IR = 1; break; /* Unordered or Greater */ in do_mathemu() 285 case 6: if (XR == 2) IR = 1; break; /* Greater */ in do_mathemu() [all …]
|
/openbmc/linux/sound/firewire/ |
H A D | Kconfig | 120 * PrismSound Orpheus/ADA-8XR
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 366 C(0x1700, XR, RR_a, Z, r1, r2, new, r1_32, xor, nz32)
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2225 tcg_out_insn(s, RR, XR, args[0], args[2]);
|