Searched refs:is_d (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c11393 cannot be used with a T instruction; if is_d is true, reject forms
11398 encode_thumb32_addr_mode (int i, bool is_t, bool is_d)
11409 constraint (is_t || is_d, _("cannot use register index with this instruction"));
11439 if (is_d)
11459 if (is_d)
12868 encode_thumb32_addr_mode (1, /*is_t=*/false, /*is_d=*/false);
12972 encode_thumb32_addr_mode (2, /*is_t=*/false, /*is_d=*/true);
12979 encode_thumb32_addr_mode (1, /*is_t=*/true, /*is_d=*/false);
13776 encode_thumb32_addr_mode (0, /*is_t=*/false, /*is_d=*/false);
11392 encode_thumb32_addr_mode(int i, bool is_t, bool is_d) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c11339 cannot be used with a T instruction; if is_d is true, reject forms
11344 encode_thumb32_addr_mode (int i, bfd_boolean is_t, bfd_boolean is_d)
11355 constraint (is_t || is_d, _("cannot use register index with this instruction"));
11385 if (is_d)
11405 if (is_d)
12808 encode_thumb32_addr_mode (1, /*is_t=*/FALSE, /*is_d=*/FALSE);
12912 encode_thumb32_addr_mode (2, /*is_t=*/FALSE, /*is_d=*/TRUE);
12919 encode_thumb32_addr_mode (1, /*is_t=*/TRUE, /*is_d=*/FALSE);
13716 encode_thumb32_addr_mode (0, /*is_t=*/FALSE, /*is_d=*/FALSE);
11338 encode_thumb32_addr_mode(int i, bfd_boolean is_t, bfd_boolean is_d) argument
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c11393 cannot be used with a T instruction; if is_d is true, reject forms
11398 encode_thumb32_addr_mode (int i, bool is_t, bool is_d)
11409 constraint (is_t || is_d, _("cannot use register index with this instruction"));
11439 if (is_d)
11459 if (is_d)
12868 encode_thumb32_addr_mode (1, /*is_t=*/false, /*is_d=*/false);
12972 encode_thumb32_addr_mode (2, /*is_t=*/false, /*is_d=*/true);
12979 encode_thumb32_addr_mode (1, /*is_t=*/true, /*is_d=*/false);
13776 encode_thumb32_addr_mode (0, /*is_t=*/false, /*is_d=*/false);
11392 encode_thumb32_addr_mode(int i, bool is_t, bool is_d) argument

Completed in 505 milliseconds