Lines Matching refs:TIC6X_OP_EXP
1094 #define TIC6X_OP_EXP 0x0001u macro
1655 if (!operand_parsed && (op_forms & TIC6X_OP_EXP)) in tic6x_parse_operand()
1661 op->form = TIC6X_OP_EXP; in tic6x_parse_operand()
2087 return TIC6X_OP_EXP; in tic6x_coarse_operand_form()
2511 if (operands[opno].form != TIC6X_OP_EXP) in tic6x_try_encode()
2530 if (operands[opno].form != TIC6X_OP_EXP) in tic6x_try_encode()
2562 if (operands[opno].form != TIC6X_OP_EXP) in tic6x_try_encode()
2579 if (operands[opno].form != TIC6X_OP_EXP) in tic6x_try_encode()
2592 case TIC6X_OP_EXP: in tic6x_try_encode()
2650 if (operands[opno].form == TIC6X_OP_EXP) in tic6x_try_encode()
2657 if (operands[opno].form != TIC6X_OP_EXP) in tic6x_try_encode()
2677 if (operands[opno].form != TIC6X_OP_EXP) in tic6x_try_encode()
2698 if (operands[opno].form != TIC6X_OP_EXP) in tic6x_try_encode()
2963 if (operands[opno].form != TIC6X_OP_EXP) in tic6x_try_encode()
3720 || operands[0].form != TIC6X_OP_EXP in md_assemble()