Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c5898 bool is_qh; in match_mdmx_imm_reg_operand() local
5905 is_qh = (uval != 0); in match_mdmx_imm_reg_operand()
5925 if (arg->token->u.index > (is_qh ? 3 : 7)) in match_mdmx_imm_reg_operand()
5930 uval |= arg->token->u.index << (is_qh ? 2 : 1) << 5; in match_mdmx_imm_reg_operand()
5945 if (is_qh) in match_mdmx_imm_reg_operand()
5964 if (is_qh) in match_mdmx_imm_reg_operand()