Home
last modified time | relevance | path

Searched refs:CDBR (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp244 Changed |= shortenOn01(MI, SystemZ::CDBR); in processBlock()
DSystemZInstrFP.td443 def CDBR : CompareRRE<"cdb", 0xB319, z_fcmp, FP64, FP64>;
/external/llvm/test/CodeGen/SystemZ/
Dfp-cmp-02.ll103 ; Check that comparisons of spilled values can use CDB rather than CDBR.
/external/v8/src/s390/
Ddisasm-s390.cc991 case CDBR: in DecodeFourByte()
Dconstants-s390.h248 CDBR = 0xB319, // Compare (long BFP) enumerator
Dsimulator-s390.h801 EVALUATE(CDBR);
Dsimulator-s390.cc1022 EvalTable[CDBR] = &Simulator::Evaluate_CDBR; in EvalTableInit()
4148 case CDBR: in DecodeFourByteFloatingPoint()
4214 } else if (op == CDBR) { in DecodeFourByteFloatingPoint()
8750 EVALUATE(CDBR) { in EVALUATE() argument
8751 DCHECK_OPCODE(CDBR); in EVALUATE()
Dassembler-s390.cc2700 rre_form(CDBR, Register::from_code(r1.code()), in cdbr()