Lines Matching refs:ProcResource
34 def JALU0 : ProcResource<1>; // Integer Pipe0: integer ALU0 (also handle FP->INT jam)
35 def JALU1 : ProcResource<1>; // Integer Pipe1: integer ALU1/MUL/DIV
36 def JLAGU : ProcResource<1>; // Integer Pipe2: LAGU
37 def JSAGU : ProcResource<1>; // Integer Pipe3: SAGU (also handles 3-operand LEA)
38 def JFPU0 : ProcResource<1>; // Vector/FPU Pipe0: VALU0/VIMUL/FPA
39 def JFPU1 : ProcResource<1>; // Vector/FPU Pipe1: VALU1/STC/FPM
59 def JDiv : ProcResource<1>; // integer division
60 def JMul : ProcResource<1>; // integer multiplication
61 def JVALU0 : ProcResource<1>; // vector integer
62 def JVALU1 : ProcResource<1>; // vector integer
63 def JVIMUL : ProcResource<1>; // vector integer multiplication
64 def JSTC : ProcResource<1>; // vector store/convert
65 def JFPM : ProcResource<1>; // FP multiplication
66 def JFPA : ProcResource<1>; // FP addition