Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dnds32-dis.c147 keyword_t *psys_reg; in nds32_parse_audio_ext() local
167 psys_reg = (keyword_t*) keywords[pfd->hw_res]; in nds32_parse_audio_ext()
217 psys_reg = nds32_find_reg_keyword (psys_reg, new_value); in nds32_parse_audio_ext()
218 if (!psys_reg) in nds32_parse_audio_ext()
221 func (stream, "$%s", psys_reg->name); in nds32_parse_audio_ext()
240 keyword_t *psys_reg; in nds32_parse_opcode() local
397 psys_reg = (keyword_t*) keywords[pfd->hw_res]; in nds32_parse_opcode()
399 psys_reg = nds32_find_reg_keyword (psys_reg, int_value); in nds32_parse_opcode()
402 if (!psys_reg && pfd->hw_res == HW_SR) in nds32_parse_opcode()
404 else if (!psys_reg) in nds32_parse_opcode()
[all …]