Home
last modified time | relevance | path

Searched refs:post_op (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dmetag-dis.c2383 const char *post_op; in print_dget_set() local
2388 post_op = "++"; in print_dget_set()
2391 post_op = "--"; in print_dget_set()
2394 post_op = ""; in print_dget_set()
2397 snprintf (addr_buf, ADDR_WIDTH, "[%s%s]", base_reg, post_op); in print_dget_set()
2469 const char *post_op = ""; in decode_template_definition() local
2500 post_op = "++"; in decode_template_definition()
2503 post_op = "--"; in decode_template_definition()
2512 post_op = "++"; in decode_template_definition()
2519 join_op, addr_reg_names[1], post_op); in decode_template_definition()
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dbfin-parse.y614 %type <modcodes> post_op
2995 | B LBRACK REG post_op RBRACK ASSIGN REG
3063 | W LBRACK REG post_op RBRACK ASSIGN REG
3074 | W LBRACK REG post_op RBRACK ASSIGN HALF_REG
3164 | HALF_REG ASSIGN W LBRACK REG post_op RBRACK
3189 | REG ASSIGN W LBRACK REG post_op RBRACK xpmod
3222 | LBRACK REG post_op RBRACK ASSIGN REG
3305 | REG ASSIGN B LBRACK REG post_op RBRACK xpmod
3382 | REG ASSIGN LBRACK REG post_op RBRACK
4186 post_op: