Lines Matching refs:FPRegs
86 def FZEROS : VISInstD<0b001100001, "fzeros", FPRegs>;
88 def FONES : VISInstD<0b001111111, "fones", FPRegs>;
90 def FSRC1S : VISInst1<0b001110101, "fsrc1s", FPRegs>;
92 def FSRC2S : VISInst2<0b001111001, "fsrc2s", FPRegs>;
94 def FNOT1S : VISInst1<0b001101011, "fnot1s", FPRegs>;
96 def FNOT2S : VISInst2<0b001100111, "fnot2s", FPRegs>;
98 def FORS : VISInst<0b001111101, "fors", FPRegs>;
100 def FNORS : VISInst<0b001100011, "fnors", FPRegs>;
102 def FANDS : VISInst<0b001110001, "fands", FPRegs>;
104 def FNANDS : VISInst<0b001101111, "fnands", FPRegs>;
106 def FXORS : VISInst<0b001101101, "fxors", FPRegs>;
108 def FXNORS : VISInst<0b001110011, "fxnors", FPRegs>;
111 def FORNOT1S : VISInst<0b001111011, "fornot1s", FPRegs>;
113 def FORNOT2S : VISInst<0b001110111, "fornot2s", FPRegs>;
115 def FANDNOT1S : VISInst<0b001101001, "fandnot1s", FPRegs>;
117 def FANDNOT2S : VISInst<0b001100101, "fandnot2s", FPRegs>;