Home
last modified time | relevance | path

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

/external/valgrind/main/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.cpp233 case SystemZ::CGRJ: in describeTerminator()
401 case SystemZ::CGRJ: in relaxBranch()
DSystemZInstrInfo.cpp1074 case SystemZ::CGRJ: in getBranchInfo()
1212 return SystemZ::CGRJ; in getCompareAndBranch()
/external/llvm/test/CodeGen/SystemZ/
Dbranch-07.ll1 ; Test all condition-code masks that are relevant for CGRJ.