Home
last modified time | relevance | path

Searched defs:tilegx_operand (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtilegx.h1172 struct tilegx_operand struct
1175 tilegx_operand_type type; argument
1178 signed int default_reloc : 16;
1181 unsigned int num_bits : 5;
1206 extern const struct tilegx_operand tilegx_operands[]; argument
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtilegx.h1172 struct tilegx_operand struct
1175 tilegx_operand_type type; argument
1178 signed int default_reloc : 16;
1181 unsigned int num_bits : 5;
1206 extern const struct tilegx_operand tilegx_operands[]; argument
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX-encoder.c244 struct tilegx_operand struct
247 tilegx_operand_type type; argument
250 signed int default_reloc : 16;
253 unsigned int num_bits : 5;
256 unsigned int is_signed : 1;
259 unsigned int is_src_reg : 1;
262 unsigned int is_dest_reg : 1;
265 unsigned int is_pc_relative : 1;
268 unsigned int rightshift : 2;
271 tilegx_bundle_bits (*insert) (int op);
[all …]