Home
last modified time | relevance | path

Searched refs:CGRL (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-43.ll100 ; Check the comparison can be reversed if that allows CGRL to be used.
/external/v8/src/s390/
Dconstants-s390.h313 CGRL = 0xC68, // Compare Relative Long (64) enumerator
Dsimulator-s390.h724 EVALUATE(CGRL);
Dsimulator-s390.cc945 EvalTable[CGRL] = &Simulator::Evaluate_CGRL; in EvalTableInit()
8180 EVALUATE(CGRL) { in EVALUATE() argument
/external/valgrind/none/tests/s390x/
Dopcodes.h165 #define CGRL(r1,i2) RIL_RP(c6,r1,8,i2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1308 def CGRL : CompareRILPC<"cgrl", 0xC68, z_scmp, GR64, aligned_load>;