Searched refs:is_high (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c2328 bool is_high = false; local
2345 is_high = ((part & 0x18) == 0x18);
2348 if (is_high)
2425 snprintf (prefix, DSP_PREFIX_WIDTH, "D%s", is_high ? "H" : "");
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c2328 bool is_high = false; local
2345 is_high = ((part & 0x18) == 0x18);
2348 if (is_high)
2425 snprintf (prefix, DSP_PREFIX_WIDTH, "D%s", is_high ? "H" : "");
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c2328 bool is_high = false; local
2345 is_high = ((part & 0x18) == 0x18);
2348 if (is_high)
2425 snprintf (prefix, DSP_PREFIX_WIDTH, "D%s", is_high ? "H" : "");
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c2331 bfd_boolean is_high = FALSE; local
2348 is_high = ((part & 0x18) == 0x18);
2351 if (is_high)
2428 snprintf (prefix, DSP_PREFIX_WIDTH, "D%s", is_high ? "H" : "");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c6791 bool is_high)
6808 if (is_high)
6829 bool is_high)
6843 if (is_high)
6872 bool is_high)
6881 if (is_high)
6774 alpha_fold_builtin_extxx(tree op[], unsigned HOST_WIDE_INT opint[], long op_const, unsigned HOST_WIDE_INT bytemask, bool is_high) argument
6812 alpha_fold_builtin_insxx(tree op[], unsigned HOST_WIDE_INT opint[], long op_const, unsigned HOST_WIDE_INT bytemask, bool is_high) argument
6855 alpha_fold_builtin_mskxx(tree op[], unsigned HOST_WIDE_INT opint[], long op_const, unsigned HOST_WIDE_INT bytemask, bool is_high) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc6796 bool is_high)
6813 if (is_high)
6834 bool is_high)
6848 if (is_high)
6877 bool is_high)
6886 if (is_high)
6779 alpha_fold_builtin_extxx(tree op[], unsigned HOST_WIDE_INT opint[], long op_const, unsigned HOST_WIDE_INT bytemask, bool is_high) argument
6817 alpha_fold_builtin_insxx(tree op[], unsigned HOST_WIDE_INT opint[], long op_const, unsigned HOST_WIDE_INT bytemask, bool is_high) argument
6860 alpha_fold_builtin_mskxx(tree op[], unsigned HOST_WIDE_INT opint[], long op_const, unsigned HOST_WIDE_INT bytemask, bool is_high) argument

Completed in 400 milliseconds