Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c5604 bfd_boolean is_qh; in match_mdmx_imm_reg_operand() local
5611 is_qh = (uval != 0); in match_mdmx_imm_reg_operand()
5631 if (arg->token->u.index > (is_qh ? 3 : 7)) in match_mdmx_imm_reg_operand()
5636 uval |= arg->token->u.index << (is_qh ? 2 : 1) << 5; in match_mdmx_imm_reg_operand()
5651 if (is_qh) in match_mdmx_imm_reg_operand()
5670 if (is_qh) in match_mdmx_imm_reg_operand()