HomeSort by relevance Sort by last modified time
    Searched refs:FCC0 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 248 // bc1t $fcc0, $L1 => bc1t $L1
249 return isReg<Mips::FCC0>(MI, 0) && printAlias("bc1t", MI, 1, OS);
251 // bc1f $fcc0, $L1 => bc1f $L1
252 return isReg<Mips::FCC0>(MI, 0) && printAlias("bc1f", MI, 1, OS);
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 524 SDValue FCC0 = DAG.getRegister(Mips::FCC0, MVT::i32);
527 True.getValueType(), True, FCC0, False, Cond);
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 855 if (Name.equals("fcc0"))
856 return Mips::FCC0;
    [all...]

Completed in 151 milliseconds