Lines Matching refs:t_0

1564   unsigned ai4const_0, t_0;  in Operand_ai4const_decode()  local
1565 t_0 = *valp & 0xf; in Operand_ai4const_decode()
1566 ai4const_0 = CONST_TBL_ai4c_0[t_0 & 0xf]; in Operand_ai4const_decode()
1574 unsigned t_0, ai4const_0; in Operand_ai4const_encode() local
1578 case 0xffffffff: t_0 = 0; break; in Operand_ai4const_encode()
1579 case 0x1: t_0 = 0x1; break; in Operand_ai4const_encode()
1580 case 0x2: t_0 = 0x2; break; in Operand_ai4const_encode()
1581 case 0x3: t_0 = 0x3; break; in Operand_ai4const_encode()
1582 case 0x4: t_0 = 0x4; break; in Operand_ai4const_encode()
1583 case 0x5: t_0 = 0x5; break; in Operand_ai4const_encode()
1584 case 0x6: t_0 = 0x6; break; in Operand_ai4const_encode()
1585 case 0x7: t_0 = 0x7; break; in Operand_ai4const_encode()
1586 case 0x8: t_0 = 0x8; break; in Operand_ai4const_encode()
1587 case 0x9: t_0 = 0x9; break; in Operand_ai4const_encode()
1588 case 0xa: t_0 = 0xa; break; in Operand_ai4const_encode()
1589 case 0xb: t_0 = 0xb; break; in Operand_ai4const_encode()
1590 case 0xc: t_0 = 0xc; break; in Operand_ai4const_encode()
1591 case 0xd: t_0 = 0xd; break; in Operand_ai4const_encode()
1592 case 0xe: t_0 = 0xe; break; in Operand_ai4const_encode()
1593 default: t_0 = 0xf; break; in Operand_ai4const_encode()
1595 *valp = t_0; in Operand_ai4const_encode()
2028 unsigned immt_0, t_0; in Operand_immt_decode() local
2029 t_0 = *valp & 0xf; in Operand_immt_decode()
2030 immt_0 = t_0; in Operand_immt_decode()
2038 unsigned t_0, immt_0; in Operand_immt_encode() local
2040 t_0 = immt_0 & 0xf; in Operand_immt_encode()
2041 *valp = t_0; in Operand_immt_encode()