Lines Matching refs:op_expr
852 expressionS op_expr; in avr_operand() local
1014 avr_offset_expression (& op_expr); in avr_operand()
1017 &op_expr, FALSE, BFD_RELOC_AVR_6); in avr_operand()
1023 str = parse_exp (str, &op_expr); in avr_operand()
1025 &op_expr, FALSE, BFD_RELOC_AVR_CALL); in avr_operand()
1029 str = parse_exp (str, &op_expr); in avr_operand()
1031 &op_expr, TRUE, BFD_RELOC_AVR_13_PCREL); in avr_operand()
1035 str = parse_exp (str, &op_expr); in avr_operand()
1037 &op_expr, TRUE, BFD_RELOC_AVR_7_PCREL); in avr_operand()
1041 str = parse_exp (str, &op_expr); in avr_operand()
1043 &op_expr, FALSE, BFD_RELOC_16); in avr_operand()
1047 str = parse_exp (str, &op_expr); in avr_operand()
1049 &op_expr, FALSE, BFD_RELOC_AVR_LDS_STS_16); in avr_operand()
1057 r_type = avr_ldi_expression (&op_expr); in avr_operand()
1060 &op_expr, FALSE, r_type); in avr_operand()
1076 avr_offset_expression (& op_expr); in avr_operand()
1079 & op_expr, FALSE, BFD_RELOC_AVR_6_ADIW); in avr_operand()
1096 str = parse_exp (str, &op_expr); in avr_operand()
1098 &op_expr, FALSE, BFD_RELOC_AVR_PORT6); in avr_operand()
1102 str = parse_exp (str, &op_expr); in avr_operand()
1104 &op_expr, FALSE, BFD_RELOC_AVR_PORT5); in avr_operand()