Searched refs:fplibNeg (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dfplib.hh127 T fplibNeg(T op);
291 uint16_t fplibNeg(uint16_t op);
293 uint32_t fplibNeg(uint32_t op);
295 uint64_t fplibNeg(uint64_t op);
H A Dfplib.cc3477 fplibNeg(uint16_t op) function in namespace:ArmISA
3484 fplibNeg(uint32_t op) function in namespace:ArmISA
3491 fplibNeg(uint64_t op) function in namespace:ArmISA
3629 op1 = fplibNeg<uint16_t>(op1);
3659 op1 = fplibNeg<uint32_t>(op1);
3689 op1 = fplibNeg<uint64_t>(op1);
3905 op1 = fplibNeg<uint16_t>(op1);
3935 op1 = fplibNeg<uint32_t>(op1);
3965 op1 = fplibNeg<uint64_t>(op1);

Completed in 26 milliseconds