Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
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/gdb/dist/include/opcode/
Dtilegx.h1206 extern const struct tilegx_operand tilegx_operands[];
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dtilegx.h1206 extern const struct tilegx_operand tilegx_operands[];
/netbsd/src/external/gpl3/gdb/dist/opcodes/
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/dist/opcodes/
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/
DsljitNativeTILEGX-encoder.c9320 const struct tilegx_operand tilegx_operands[35] = variable
9558 &tilegx_operands[opc->operands[pipe][i]]; in parse_insn_tilegx()
DsljitNativeTILEGX_64.c617 operand = &tilegx_operands[opcode->operands[inst->pipe][i]]; in get_bundle_bit()