Home
last modified time | relevance | path

Searched refs:RRE (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc30 C(0xb908, AGR, RRE, Z, r1, r2, r1, 0, add, adds64)
31 C(0xb918, AGFR, RRE, Z, r1, r2_32s, r1, 0, add, adds64)
35 F(0xb30a, AEBR, RRE, Z, e1, e2, new, e1, aeb, f32, IF_BFP)
36 F(0xb31a, ADBR, RRE, Z, f1, f2, new, f1, adb, f64, IF_BFP)
37 F(0xb34a, AXBR, RRE, Z, x1, x2, new_x, x1, axb, f128, IF_BFP)
65 C(0xb90a, ALGR, RRE, Z, r1, r2, r1, 0, addu64, addu64)
66 C(0xb91a, ALGFR, RRE, Z, r1, r2_32u, r1, 0, addu64, addu64)
85 C(0xb998, ALCR, RRE, Z, r1_32u, r2_32u, new, r1_32, addc32, addu32)
86 C(0xb988, ALCGR, RRE, Z, r1, r2, r1, 0, addc64, addu64)
95 C(0xb980, NGR, RRE, Z, r1, r2, r1, 0, and, nz64)
[all …]
H A Dinsn-format.h.inc23 F2(RRE, R(1,24), R(2,28))
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc871 tcg_out_insn(s, RRE, LGR, dst, src);
988 tcg_out_insn(s, RRE, AGR, TCG_TMP0, index);
1013 tcg_out_insn(s, RRE, AGR, TCG_TMP0, index);
1118 tcg_out_insn(s, RRE, LGBR, dest, src);
1123 tcg_out_insn(s, RRE, LLGCR, dest, src);
1128 tcg_out_insn(s, RRE, LGHR, dest, src);
1133 tcg_out_insn(s, RRE, LLGHR, dest, src);
1138 tcg_out_insn(s, RRE, LGFR, dest, src);
1143 tcg_out_insn(s, RRE, LLGFR, dest, src);
1301 tcg_out_insn(s, RRE, LTGR, r1, r1);
[all …]
/openbmc/u-boot/include/
H A Dsym53c8xx.h33 #define RRE 0x40 /* r/w:e enable response to resel. */ macro
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h104 #define RRE 0x40 /* r/w:e enable response to resel. */ macro
H A Dsym_hipd.c1763 OUTB(np, nc_scid , RRE|np->myaddr); /* Adapter SCSI address */
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h625 #define RRE 0x40 /* r/w:e enable response to resel. */ macro
H A Dncr53c8xx.c5132 OUTB (nc_scid , RRE|np->myaddr); /* Adapter SCSI address */ in ncr_init()