Searched refs:op_expr (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-avr.c | 856 expressionS op_expr; in avr_operand() local 1018 avr_offset_expression (& op_expr); in avr_operand() 1021 &op_expr, FALSE, BFD_RELOC_AVR_6); in avr_operand() 1027 str = parse_exp (str, &op_expr); in avr_operand() 1029 &op_expr, FALSE, BFD_RELOC_AVR_CALL); in avr_operand() 1033 str = parse_exp (str, &op_expr); in avr_operand() 1035 &op_expr, TRUE, BFD_RELOC_AVR_13_PCREL); in avr_operand() 1039 str = parse_exp (str, &op_expr); in avr_operand() 1041 &op_expr, TRUE, BFD_RELOC_AVR_7_PCREL); in avr_operand() 1045 str = parse_exp (str, &op_expr); in avr_operand() [all …]
|