Home
last modified time | relevance | path

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

/external/valgrind/none/tests/s390x/
Dclgrj.c35 CLGRJ(7,8,8,NEVER) "\n\t" in compare_never()
51 CLGRJ(7,8,8,ALWAYS) "\n\t" in compare_always()
67 CLGRJ(7,8,8,LE) "\n\t" in compare_le()
83 CLGRJ(7,8,8,GE) "\n\t" in compare_ge()
99 CLGRJ(7,8,8,GT) "\n\t" in compare_gt()
115 CLGRJ(7,8,8,LT) "\n\t" in compare_lt()
131 CLGRJ(7,8,8,EQ) "\n\t" in compare_eq()
147 CLGRJ(7,8,8,NE) "\n\t" in compare_ne()
Dopcodes.h195 #define CLGRJ(r1,r2,i4,m3) RIE_RRPU(ec,r1,r2,i4,m3,0,65) macro
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp234 case SystemZ::CLGRJ: in describeTerminator()
413 case SystemZ::CLGRJ: in relaxBranch()
DSystemZInstrInfo.cpp1081 case SystemZ::CLGRJ: in getBranchInfo()
1227 return SystemZ::CLGRJ; in getCompareAndBranch()
/external/llvm/test/CodeGen/SystemZ/
Dbranch-10.ll1 ; Test all condition-code masks that are relevant for CLGRJ.