Searched refs:CGRJ (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | cgrj.c | 35 CGRJ(7,8,8,NEVER) "\n\t" in compare_never() 51 CGRJ(7,8,8,ALWAYS) "\n\t" in compare_always() 67 CGRJ(7,8,8,LE) "\n\t" in compare_le() 83 CGRJ(7,8,8,GE) "\n\t" in compare_ge() 99 CGRJ(7,8,8,GT) "\n\t" in compare_gt() 115 CGRJ(7,8,8,LT) "\n\t" in compare_lt() 131 CGRJ(7,8,8,EQ) "\n\t" in compare_eq() 147 CGRJ(7,8,8,NE) "\n\t" in compare_ne()
|
D | opcodes.h | 164 #define CGRJ(r1,r2,i4,m3) RIE_RRPU(ec,r1,r2,i4,m3,0,64) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 236 case SystemZ::CGRJ: in describeTerminator() 404 case SystemZ::CGRJ: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1239 case SystemZ::CGRJ: in getBranchInfo() 1413 return SystemZ::CGRJ; in getFusedCompare()
|
D | SystemZInstrInfo.td | 251 def CGRJ : InstRIEb<0xEC64, (outs), (ins GR64:$R1, GR64:$R2,
|
/external/llvm/test/CodeGen/SystemZ/ |
D | branch-07.ll | 1 ; Test all condition-code masks that are relevant for CGRJ.
|
/external/v8/src/s390/ |
D | constants-s390.h | 312 CGRJ = 0xEC64, // Compare And Branch Relative (64) enumerator
|
D | simulator-s390.h | 1192 EVALUATE(CGRJ);
|
D | simulator-s390.cc | 1413 EvalTable[CGRJ] = &Simulator::Evaluate_CGRJ; in EvalTableInit() 12230 EVALUATE(CGRJ) { in EVALUATE() argument
|