Lines Matching full:ish
3436 bits<3> MajOp, bit isH = 0>
3439 mnemonic#"($src1+#$src2) = $src3"#!if(isH,".h","")>,
3457 let isNVStorable = !if (!eq(mnemonic, "memd"), 0, !if(isH,0,1));
3472 bits<3>MajOp, bit PredNot, bit isPredNew, bit isH = 0>
3476 ") ")#mnemonic#"($src2+#$src3) = $src4"#!if(isH,".h",""),
3498 let isNVStorable = !if (!eq(mnemonic, "memd"), 0, !if(isH,0,1));
3516 Operand ImmOp, Operand predImmOp, bits<3> MajOp, bit isH = 0> {
3518 def S2_#NAME#_io : T_store_io <mnemonic, RC, ImmOp, MajOp, isH>;
3521 def S2_p#NAME#t_io : T_pstore_io<mnemonic, RC, predImmOp, MajOp, 0, 0, isH>;
3522 def S2_p#NAME#f_io : T_pstore_io<mnemonic, RC, predImmOp, MajOp, 1, 0, isH>;
3526 MajOp, 0, 1, isH>;
3528 MajOp, 1, 1, isH>;