Lines Matching refs:tnt
4038 class CJInst_tstbit_R0<string px, bit np, string tnt>
4041 #!if(np, "!","")#""#px#".new) jump:"#tnt#" $r9_2",
4048 // tnt: Taken/Not Taken
4049 let isBrTaken = !if (!eq(tnt, "t"), "true", "false");
4050 let isTaken = !if (!eq(tnt, "t"), 1, 0);
4060 let Inst{13} = !if (!eq(tnt, "t"), 1, 0);
4084 class CJInst_RR<string px, string op, bit np, string tnt>
4087 #!if(np, "!","")#""#px#".new) jump:"#tnt#" $r9_2",
4095 // tnt: Taken/Not Taken
4096 let isBrTaken = !if (!eq(tnt, "t"), "true", "false");
4097 let isTaken = !if (!eq(tnt, "t"), 1, 0);
4106 let Inst{13} = !if (!eq(tnt, "t"), 1, 0);
4138 class CJInst_RU5<string px, string op, bit np, string tnt>
4141 #!if(np, "!","")#""#px#".new) jump:"#tnt#" $r9_2",
4149 // tnt: Taken/Not Taken
4150 let isBrTaken = !if (!eq(tnt, "t"), "true", "false");
4151 let isTaken = !if (!eq(tnt, "t"), 1, 0);
4164 let Inst{13} = !if (!eq(tnt, "t"), 1, 0);
4193 class CJInst_Rn1<string px, string op, bit np, string tnt>
4196 #!if(np, "!","")#""#px#".new) jump:"#tnt#" $r9_2",
4203 // tnt: Taken/Not Taken
4204 let isBrTaken = !if (!eq(tnt, "t"), "true", "false");
4205 let isTaken = !if (!eq(tnt, "t"), 1, 0);
4216 let Inst{13} = !if (!eq(tnt, "t"), 1, 0);