/external/swiftshader/third_party/subzero/src/ |
IceAssemblerMIPS32.cpp | 443 emitCOP1Fcmp(Opcode, DoublePrecision, OpFs, OpFt, OperandMIPS32FCC::FCC0, 449 emitCOP1Fcmp(Opcode, SinglePrecision, OpFs, OpFt, OperandMIPS32FCC::FCC0, 455 emitCOP1Fcmp(Opcode, DoublePrecision, OpFs, OpFt, OperandMIPS32FCC::FCC0, 461 emitCOP1Fcmp(Opcode, SinglePrecision, OpFs, OpFt, OperandMIPS32FCC::FCC0, 467 emitCOP1Fcmp(Opcode, DoublePrecision, OpFs, OpFt, OperandMIPS32FCC::FCC0, 473 emitCOP1Fcmp(Opcode, SinglePrecision, OpFs, OpFt, OperandMIPS32FCC::FCC0, 479 emitCOP1Fcmp(Opcode, DoublePrecision, OpFs, OpFt, OperandMIPS32FCC::FCC0, 485 emitCOP1Fcmp(Opcode, SinglePrecision, OpFs, OpFt, OperandMIPS32FCC::FCC0, 491 emitCOP1Fcmp(Opcode, DoublePrecision, OpFs, OpFt, OperandMIPS32FCC::FCC0, 497 emitCOP1Fcmp(Opcode, SinglePrecision, OpFs, OpFt, OperandMIPS32FCC::FCC0, [all...] |
IceTargetLoweringMIPS32.cpp | [all...] |
IceInstMIPS32.h | 80 using FCC = enum { FCC0 = 0, FCC1, FCC2, FCC3, FCC4, FCC5, FCC6, FCC7 }; [all...] |
/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/Sparc/InstPrinter/ |
SparcInstPrinter.cpp | 88 || (MI->getOperand(0).getReg() != SP::FCC0)) 90 // if V8, skip printing %fcc0.
|
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 570 SDValue FCC0 = DAG.getRegister(Mips::FCC0, MVT::i32); 573 True.getValueType(), True, FCC0, False, Cond); [all...] |
MipsFastISel.cpp | 707 Mips::FCC0, RegState::ImplicitDefine); 710 .addReg(Mips::FCC0) [all...] |
/external/llvm/lib/Target/Sparc/Disassembler/ |
SparcDisassembler.cpp | 108 SP::FCC0, SP::FCC1, SP::FCC2, SP::FCC3 };
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
SparcAsmParser.cpp | 1033 // %fcc0 - %fcc3 1038 RegNo = Sparc::FCC0 + intVal; [all...] |