Home
last modified time | relevance | path

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

/external/valgrind/none/tests/s390x/
Dcgrj.c35 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()
Dopcodes.h164 #define CGRJ(r1,r2,i4,m3) RIE_RRPU(ec,r1,r2,i4,m3,0,64) macro
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp236 case SystemZ::CGRJ: in describeTerminator()
404 case SystemZ::CGRJ: in relaxBranch()
DSystemZInstrInfo.cpp1239 case SystemZ::CGRJ: in getBranchInfo()
1413 return SystemZ::CGRJ; in getFusedCompare()
DSystemZInstrInfo.td251 def CGRJ : InstRIEb<0xEC64, (outs), (ins GR64:$R1, GR64:$R2,
/external/llvm/test/CodeGen/SystemZ/
Dbranch-07.ll1 ; Test all condition-code masks that are relevant for CGRJ.
/external/v8/src/s390/
Dconstants-s390.h312 CGRJ = 0xEC64, // Compare And Branch Relative (64) enumerator
Dsimulator-s390.h1192 EVALUATE(CGRJ);
Dsimulator-s390.cc1413 EvalTable[CGRJ] = &Simulator::Evaluate_CGRJ; in EvalTableInit()
12230 EVALUATE(CGRJ) { in EVALUATE() argument