Searched refs:CGRJ (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/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 | 233 case SystemZ::CGRJ: in describeTerminator() 401 case SystemZ::CGRJ: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1074 case SystemZ::CGRJ: in getBranchInfo() 1212 return SystemZ::CGRJ; in getCompareAndBranch()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | branch-07.ll | 1 ; Test all condition-code masks that are relevant for CGRJ.
|