Searched refs:FPCompare (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSchedule.td | 87 def FPCompare : InstrItinClass; 173 // fcmpo FPCompare 174 // fcmpu FPCompare
|
D | PPCScheduleG3.td | 59 InstrItinData<FPCompare , [InstrStage<1, [FPU1]>]>,
|
D | PPCScheduleG4.td | 61 InstrItinData<FPCompare , [InstrStage<1, [FPU1]>]>,
|
D | PPCScheduleG4Plus.td | 67 InstrItinData<FPCompare , [InstrStage<5, [FPU1]>]>,
|
D | PPCScheduleG5.td | 70 InstrItinData<FPCompare , [InstrStage<8, [FPU1, FPU2]>]>,
|
D | PPCInstrInfo.td | 982 // "fcmpo $crD, $fA, $fB", FPCompare>; 984 "fcmpu $crD, $fA, $fB", FPCompare>; 986 "fcmpu $crD, $fA, $fB", FPCompare>;
|
/external/vixl/examples/aarch64/ |
D | non-const-visitor.h | 91 V(FPCompare) \
|
/external/v8/src/arm64/ |
D | decoder-arm64.h | 53 V(FPCompare) \
|
D | simulator-arm64.cc | 1029 void Simulator::FPCompare(double val0, double val1) { in FPCompare() function in v8::internal::Simulator 2437 case FCMP_d: FPCompare(fn_val, fpreg(reg_size, instr->Rm())); break; in VisitFPCompare() 2439 case FCMP_d_zero: FPCompare(fn_val, 0.0); break; in VisitFPCompare() 2456 FPCompare(fpreg(reg_size, instr->Rn()), fpreg(reg_size, instr->Rm())); in VisitFPConditionalCompare()
|
D | simulator-arm64.h | 711 void FPCompare(double val0, double val1);
|
/external/vixl/src/aarch64/ |
D | decoder-aarch64.h | 74 V(FPCompare) \
|
D | simulator-aarch64.cc | 425 void Simulator::FPCompare(double val0, double val1, FPTrapFlags trap) { in FPCompare() function in vixl::aarch64::Simulator 2529 FPCompare(ReadSRegister(instr->GetRn()), in VisitFPCompare() 2537 FPCompare(ReadDRegister(instr->GetRn()), in VisitFPCompare() 2545 FPCompare(ReadSRegister(instr->GetRn()), 0.0f, trap); in VisitFPCompare() 2551 FPCompare(ReadDRegister(instr->GetRn()), 0.0, trap); in VisitFPCompare() 2569 FPCompare(ReadSRegister(instr->GetRn()), in VisitFPConditionalCompare() 2582 FPCompare(ReadDRegister(instr->GetRn()), in VisitFPConditionalCompare()
|
D | simulator-aarch64.h | 2920 void FPCompare(double val0, double val1, FPTrapFlags trap);
|