HomeSort by relevance Sort by last modified time
    Searched refs:RISBG (Results 1 - 9 of 9) sorted by null

  /external/valgrind/none/tests/s390x/
rxsbg.stdout.exp 0 RISBG r1(==0000000000000000),r2(==0000000000000000),0x00,0x00,0x00 = 0000000000000000 (cc=0)
2 RISBG r1(==0000FFFFCCCCAAAA),r2(==0000000000000000),0x00,0x00,0x00 = 0000FFFFCCCCAAAA (cc=2)
3 RISBG r1(==FFFFFFFFFFFFFFFF),r2(==0000000000000000),0x00,0x00,0x00 = 7FFFFFFFFFFFFFFF (cc=2)
4 RISBG r1(==0000000000000000),r2(==5555CCCCFFFF0000),0x00,0x00,0x00 = 0000000000000000 (cc=0)
5 RISBG r1(==0000FFFFCCCCAAAA),r2(==5555CCCCFFFF0000),0x00,0x00,0x00 = 0000FFFFCCCCAAAA (cc=2)
6 RISBG r1(==FFFFFFFFFFFFFFFF),r2(==5555CCCCFFFF0000),0x00,0x00,0x00 = 7FFFFFFFFFFFFFFF (cc=2)
7 RISBG r1(==0000000000000000),r2(==FFFFFFFFFFFFFFFF),0x00,0x00,0x00 = 8000000000000000 (cc=1)
8 RISBG r1(==0000FFFFCCCCAAAA),r2(==FFFFFFFFFFFFFFFF),0x00,0x00,0x00 = 8000FFFFCCCCAAAA (cc=1)
9 RISBG r1(==FFFFFFFFFFFFFFFF),r2(==FFFFFFFFFFFFFFFF),0x00,0x00,0x00 = FFFFFFFFFFFFFFFF (cc=1)
10 RISBG r1(==0000000000000000),r2(==0000000000000000),0x14,0x00,0x00 = 0000000000000000 (cc=0
    [all...]
rxsbg.c 72 i5sweep(RISBG);
opcodes.h 327 #define RISBG(r1,r2,i3,i4,i5) RIE_RRUUU(ec,r1,r2,i3,i4,i5,55)
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 287 // Try to implement AND or shift node N using RISBG with the zero flag set.
291 // Try to use RISBG or Opcode to implement OR or XOR node N.
911 RxSBGOperands RISBG(SystemZ::RISBG, SDValue(N, 0));
913 while (expandRxSBG(RISBG)
    [all...]
SystemZInstrInfo.cpp 724 // Try to convert an AND into an RISBG-type instruction.
733 NewOpcode = SystemZ::RISBG;
    [all...]
  /external/v8/src/s390/
constants-s390.h     [all...]
simulator-s390.h 1181 EVALUATE(RISBG);
assembler-s390.cc 169 // RISBG can be simulated
1788 void Assembler::risbg(Register dst, Register src, const Operand& startBit, function in class:v8::internal::Assembler
    [all...]
simulator-s390.cc     [all...]

Completed in 101 milliseconds