Searched refs:FpOp (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/x86/insts/
H A Dmicrofpop.cc49 uint64_t FpOp::genFlags(uint64_t oldFlags, uint64_t flagMask,
56 std::string FpOp::generateDisassembly(Addr pc,
H A Dmicrofpop.hh51 class FpOp : public X86MicroopBase class in namespace:X86ISA
61 FpOp(ExtMachInst _machInst, function in class:X86ISA::FpOp
/gem5/src/arch/arm/insts/
H A Dvfp.hh780 class FpOp : public PredOp class in inherits:PredOp
783 FpOp(const char *mnem, ExtMachInst _machInst, OpClass __opClass) : function in class:ArmISA::FpOp
882 class FpCondCompRegOp : public FpOp
892 FpOp(mnem, _machInst, __opClass),
900 class FpCondSelOp : public FpOp
909 FpOp(mnem, _machInst, __opClass),
917 class FpRegRegOp : public FpOp
926 FpOp(mnem, _machInst, __opClass), dest(_dest), op1(_op1)
935 class FpRegImmOp : public FpOp
944 FpOp(mne
[all...]
H A Dvfp.cc907 FpOp::processNans(FPSCR &fpscr, bool &done, bool defaultNan,
942 float FpOp::processNans(FPSCR &fpscr, bool &done, bool defaultNan,
945 double FpOp::processNans(FPSCR &fpscr, bool &done, bool defaultNan,
951 FpOp::ternaryOp(FPSCR &fpscr, fpType op1, fpType op2, fpType op3,
1019 float FpOp::ternaryOp(FPSCR &fpscr, float op1, float op2, float op3,
1023 double FpOp::ternaryOp(FPSCR &fpscr, double op1, double op2, double op3,
1029 FpOp::binaryOp(FPSCR &fpscr, fpType op1, fpType op2,
1090 float FpOp::binaryOp(FPSCR &fpscr, float op1, float op2,
1094 double FpOp::binaryOp(FPSCR &fpscr, double op1, double op2,
1100 FpOp
[all...]

Completed in 13 milliseconds