Lines Matching full:ismax
1139 class T_XTYPE_MIN_MAX < bit isMax, bit isUnsigned >
1141 "$Rd = "#!if(isMax,"max","min")#!if(isUnsigned,"u","")
1150 let Inst{22-21} = !if(isMax, 0b10, 0b01);
1153 let Inst{12-8} = !if(isMax, Rs, Rt);
1154 let Inst{20-16} = !if(isMax, Rt, Rs);