Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tilegx.c493 &tilegx_operands[operands[i]]; in emit_tilegx_instruction()
806 &tilegx_operands[instr->opcode->operands[instr->pipe][k]]; in check_illegal_reg_writes()
1134 tilegx_operand_type type = tilegx_operands[operands[i]].type; in parse_operands()
1179 switch (tilegx_operands[operands[i]].type) in parse_operands()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tilegx.c493 &tilegx_operands[operands[i]]; in emit_tilegx_instruction()
806 &tilegx_operands[instr->opcode->operands[instr->pipe][k]]; in check_illegal_reg_writes()
1134 tilegx_operand_type type = tilegx_operands[operands[i]].type; in parse_operands()
1179 switch (tilegx_operands[operands[i]].type) in parse_operands()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtilegx.h1206 extern const struct tilegx_operand tilegx_operands[];
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtilegx.h1206 extern const struct tilegx_operand tilegx_operands[];
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dtilegx-opc.c7363 const struct tilegx_operand tilegx_operands[35] = variable
8098 &tilegx_operands[opc->operands[pipe][i]]; in parse_insn_tilegx()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dtilegx-opc.c7363 const struct tilegx_operand tilegx_operands[35] = variable
8098 &tilegx_operands[opc->operands[pipe][i]]; in parse_insn_tilegx()
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX-encoder.c9320 const struct tilegx_operand tilegx_operands[35] = variable
9558 &tilegx_operands[opc->operands[pipe][i]]; in parse_insn_tilegx()
H A DsljitNativeTILEGX_64.c617 operand = &tilegx_operands[opcode->operands[inst->pipe][i]]; in get_bundle_bit()