Home
last modified time | relevance | path

Searched refs:RNSBG (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/none/tests/s390x/
Drxsbg.stdout.exp1621 RNSBG r1(==0000000000000000),r2(==0000000000000000),0x00,0x00,0x00 = 0000000000000000 (cc=0)
1622 RNSBG r1(==0000FFFFCCCCAAAA),r2(==0000000000000000),0x00,0x00,0x00 = 0000FFFFCCCCAAAA (cc=0)
1623 RNSBG r1(==FFFFFFFFFFFFFFFF),r2(==0000000000000000),0x00,0x00,0x00 = 7FFFFFFFFFFFFFFF (cc=0)
1624 RNSBG r1(==0000000000000000),r2(==5555CCCCFFFF0000),0x00,0x00,0x00 = 0000000000000000 (cc=0)
1625 RNSBG r1(==0000FFFFCCCCAAAA),r2(==5555CCCCFFFF0000),0x00,0x00,0x00 = 0000FFFFCCCCAAAA (cc=0)
1626 RNSBG r1(==FFFFFFFFFFFFFFFF),r2(==5555CCCCFFFF0000),0x00,0x00,0x00 = 7FFFFFFFFFFFFFFF (cc=0)
1627 RNSBG r1(==0000000000000000),r2(==FFFFFFFFFFFFFFFF),0x00,0x00,0x00 = 0000000000000000 (cc=0)
1628 RNSBG r1(==0000FFFFCCCCAAAA),r2(==FFFFFFFFFFFFFFFF),0x00,0x00,0x00 = 0000FFFFCCCCAAAA (cc=0)
1629 RNSBG r1(==FFFFFFFFFFFFFFFF),r2(==FFFFFFFFFFFFFFFF),0x00,0x00,0x00 = FFFFFFFFFFFFFFFF (cc=1)
1630 RNSBG r1(==0000000000000000),r2(==0000000000000000),0x14,0x00,0x00 = 0000000000000000 (cc=0)
[all …]
Drxsbg.c73 i5sweep(RNSBG); in main()
Dopcodes.h328 #define RNSBG(r1,r2,i3,i4,i5) RIE_RRUUU(ec,r1,r2,i3,i4,i5,54) macro
/external/llvm/test/CodeGen/SystemZ/
Drnsbg-01.ll1 ; Test sequences that can use RNSBG.
45 ; Test a case with just a left shift. This can't use RNSBG.
67 ; Test a case with just a rotate. This can't use RNSBG.
93 ; We can do the whole thing using RNSBG.
116 ; shifted bits. We can't use RNSBG for the shift, but we can for the OR
142 ; bits. The whole thing can be done using RNSBG.
166 ; can use RNSBG.
191 ; We can't use RNSBG for the ASHR in that case, but we can for the rest.
259 ; Check the handling of zext and AND, which isn't suitable for RNSBG.
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp750 if (RxSBG.Opcode == SystemZ::RNSBG) in expandRxSBG()
760 if (RxSBG.Opcode == SystemZ::RNSBG) in expandRxSBG()
784 if (RxSBG.Opcode != SystemZ::RNSBG) in expandRxSBG()
826 if (RxSBG.Opcode != SystemZ::RNSBG) { in expandRxSBG()
858 if (RxSBG.Opcode == SystemZ::RNSBG) { in expandRxSBG()
885 if (RxSBG.Opcode == SystemZ::RNSBG || Opcode == ISD::SRA) { in expandRxSBG()
1266 if (tryRxSBG(Node, SystemZ::RNSBG)) in Select()
DSystemZInstrInfo.td1263 def RNSBG : RotateSelectRIEf<"rnsbg", 0xEC54, GR64, GR64>;
/external/v8/src/s390/
Dconstants-s390.h737 RNSBG = 0xEC54, // Rotate Then And Selected Bits enumerator
Dsimulator-s390.h1186 EVALUATE(RNSBG);
Dsimulator-s390.cc1407 EvalTable[RNSBG] = &Simulator::Evaluate_RNSBG; in EvalTableInit()
12200 EVALUATE(RNSBG) { in EVALUATE() argument