Searched refs:Mod_index (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmaxq-dis.c168 if ((reg_x->Mod_name == module) && (reg_x->Mod_index == index))
176 if ((reg_x->Mod_name == module) && (reg_x->Mod_index == index))
234 if ((reg_x->Mod_name == module1) && (reg_x->Mod_index == index1)
238 if ((reg_x->Mod_name == 0x0C) && (reg_x->Mod_index == 0x00))
242 if ((reg_x->Mod_name == 0x0A) && (reg_x->Mod_index == 0x01))
277 && (reg_x->Mod_index == (((insn8 & 0xf0) >> 4))))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-maxq.c711 dst_index = i.maxq20_op[0].reg[0].Mod_index;
716 src_index = i.maxq20_op[0].reg[0].Mod_index;
726 dst_index = i.maxq20_op[0].reg[0].Mod_index;
727 src_index = i.maxq20_op[1].reg[0].Mod_index;
731 src_index = i.maxq20_op[1].reg[0].Mod_index;
736 dst_index = i.maxq20_op[0].reg[0].Mod_index;
741 dst_index = i.maxq20_op[0].r_bit->reg->Mod_index;
748 src_index = i.maxq20_op[1].r_bit->reg->Mod_index;
982 if (reg->Mod_index > 7)
1023 if (r->Mod_index >
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmaxq.h344 short int Mod_index; /* The module index. */ member in struct:reg

Completed in 410 milliseconds