Lines Matching refs:opstruct
89 struct opstruct struct
97 struct opstruct paroperands[MAX_OPERANDS];
3095 is_accumulator (struct opstruct *operand) in is_accumulator()
3106 get_operands (struct opstruct operands[], char *line) in get_operands()
3235 is_immediate (struct opstruct *operand) in is_immediate()
3244 is_absolute (struct opstruct *operand) in is_absolute()
3252 is_indirect (struct opstruct *operand) in is_indirect()
3260 is_dual (struct opstruct *operand) in is_dual()
3280 is_mmreg (struct opstruct *operand) in is_mmreg()
3288 is_type (struct opstruct *operand, enum optype type) in is_type()
3393 struct opstruct *operands, in operands_match()
3460 encode_dmad (tic54x_insn *insn, struct opstruct *operand, int xpc_code) in encode_dmad()
3521 encode_address (tic54x_insn *insn, struct opstruct *operand) in encode_address()
3542 encode_indirect (tic54x_insn *insn, struct opstruct *operand) in encode_indirect()
3615 struct opstruct *operand, in encode_integer()
3674 encode_condition (tic54x_insn *insn, struct opstruct *operand) in encode_condition()
3734 encode_cc3 (tic54x_insn *insn, struct opstruct *operand) in encode_cc3()
3749 encode_arx (tic54x_insn *insn, struct opstruct *operand) in encode_arx()
3763 encode_cc2 (tic54x_insn *insn, struct opstruct *operand) in encode_cc2()
3777 encode_operand (tic54x_insn *insn, enum optype type, struct opstruct *operand) in encode_operand()