Searched refs:CLGRJ (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | clgrj.c | 35 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()
|
D | opcodes.h | 195 #define CLGRJ(r1,r2,i4,m3) RIE_RRPU(ec,r1,r2,i4,m3,0,65) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 234 case SystemZ::CLGRJ: in describeTerminator() 413 case SystemZ::CLGRJ: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1081 case SystemZ::CLGRJ: in getBranchInfo() 1227 return SystemZ::CLGRJ; in getCompareAndBranch()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | branch-10.ll | 1 ; Test all condition-code masks that are relevant for CLGRJ.
|