Searched refs:hw_res (Results 1 – 3 of 3) sorted by relevance
150 if (pfd->hw_res == HW_INT || pfd->hw_res == HW_UINT) in nds32_parse_audio_ext()152 if (pfd->hw_res == HW_INT) in nds32_parse_audio_ext()167 psys_reg = (keyword_t*) keywords[pfd->hw_res]; in nds32_parse_audio_ext()310 if (pfd->hw_res == HW_GPR) in nds32_parse_opcode()329 else if ((pfd->hw_res == HW_INT) || (pfd->hw_res == HW_UINT)) in nds32_parse_opcode()331 if (pfd->hw_res == HW_INT) in nds32_parse_opcode()374 else if (pfd->hw_res == HW_INT) in nds32_parse_opcode()392 else if (pfd->hw_res < _HW_LAST) in nds32_parse_opcode()397 psys_reg = (keyword_t*) keywords[pfd->hw_res]; in nds32_parse_opcode()402 if (!psys_reg && pfd->hw_res == HW_SR) in nds32_parse_opcode()[all …]
1694 parse_aext_reg (char **pstr, int *value, int hw_res) in parse_aext_reg() argument1706 k = htab_find_with_hash (hw_ktabs[hw_res], odstr, hash); in parse_aext_reg()1966 if (fld->hw_res < _HW_LAST) in parse_operand()1974 k = htab_find_with_hash (hw_ktabs[fld->hw_res], odstr, hash); in parse_operand()1982 if (fld->hw_res == HW_GPR && (pdesc->flags & NASM_OPEN_REDUCED_REG) in parse_operand()1990 if (fld->hw_res == HW_GPR) in parse_operand()1999 if (fld->hw_res == HW_GPR && (fld->bitsize + fld->shift) == 4) in parse_operand()2002 else if (fld->hw_res == HW_INT || fld->hw_res == HW_UINT) in parse_operand()2072 if (fld->hw_res != HW_INT && ((int32_t) value >> (fld->bitsize + fld->shift))) in parse_operand()2077 else if (fld->hw_res == HW_INT) in parse_operand()
256 int hw_res; member