Searched refs:op3 (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dvfp.cc151 printFloatReg(ss, op3);
951 FpOp::ternaryOp(FPSCR &fpscr, fpType op1, fpType op2, fpType op3, argument
958 if (flush && (flushToZero(op1, op2) || flushToZero(op3)))
961 __asm__ __volatile__ ("" : "=m" (op1), "=m" (op2), "=m" (op3), "=m" (state)
962 : "m" (op1), "m" (op2), "m" (op3), "m" (state));
963 fpType dest = func(op1, op2, op3);
973 const bool nan3 = std::isnan(op3);
976 const bool signal3 = nan3 && ((fpToBits(op3) & qnan) != qnan);
984 dest = bitsToFp(fpToBits(op3) | qnan, junk);
990 dest = op3;
[all...]
H A Ddata64.hh200 IntRegIndex dest, op1, op2, op3; member in class:ArmISA::DataX3RegOp
206 dest(_dest), op1(_op1), op2(_op2), op3(_op3)
H A Dmisc.hh224 IntRegIndex op3; member in class:RegRegRegRegOp
230 dest(_dest), op1(_op1), op2(_op2), op3(_op3)
H A Ddata64.cc155 printIntReg(ss, op3);
H A Dmisc.cc228 printIntReg(ss, op3);
H A Dvfp.hh837 ternaryOp(FPSCR &fpscr, fpType op1, fpType op2, fpType op3,
1019 IntRegIndex op3; member in class:ArmISA::FpRegRegRegRegOp
1025 op3(_op3)

Completed in 23 milliseconds