Searched refs:IND (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-ia64-opc.c428 #define IND IA64_OPND_CLASS_IND macro
484 { IND, ins_reg, ext_reg, "", {{7, 20}}, 0, /* MR3 */
488 { IND, ins_reg, ext_reg, "cpuid", {{7, 20}}, 0, /* CPUID_R3 */
490 { IND, ins_reg, ext_reg, "dbr", {{7, 20}}, 0, /* DBR_R3 */
492 { IND, ins_reg, ext_reg, "dtr", {{7, 20}}, 0, /* DTR_R3 */
494 { IND, ins_reg, ext_reg, "itr", {{7, 20}}, 0, /* ITR_R3 */
496 { IND, ins_reg, ext_reg, "ibr", {{7, 20}}, 0, /* IBR_R3 */
498 { IND, ins_reg, ext_reg, "msr", {{7, 20}}, 0, /* MSR_R3 */
500 { IND, ins_reg, ext_reg, "pkr", {{7, 20}}, 0, /* PKR_R3 */
502 { IND, ins_re
[all...]
H A Dlinker.c1436 IND, /* Make indirect symbol. */
1458 /* INDR_ROW */ {IND, IND, IND, MDEF, IND, CIND, MIND, CYCLE },
1866 case IND:
1431 IND, /* Make indirect symbol. */ enumerator in enum:link_action
/macosx-10.10/dtrace-147/disassembler/
H A Ddis_tables.c237 * IND - indirect to another to another table
249 #define IND(table) {(instable_t *)table, 0, "", 0, 0, 0, 0, 0, 0} macro
267 #define IND(table) {(instable_t *)table, 0, "", 0, 0, 0, 0, 0} macro
285 #define IND(table) {(instable_t *)table, 0, 0, 0, 0, 0, 0} macro
303 #define IND(table) {(instable_t *)table, 0, 0, 0, 0, 0} macro
984 /* [00] */ IND(dis_op0F00), IND(dis_op0F01), TNS("lar",MR), TNS("lsl",MR),
991 /* [18] */ IND(dis_op0F18), INVALID, INVALID, INVALID,
1038 /* [AC] */ TS("shrd",DSHIFT), TS("shrd",DSHIFTcl), IND(dis_op0FAE), TS("imul",MRw),
1042 /* [B8] */ TNS("INVALID",MRw), INVALID, IND(dis_op0FB
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Ddis_tables.c239 * IND - indirect to another to another table
251 #define IND(table) {(instable_t *)table, 0, "", 0, 0, 0, 0, 0, 0} macro
269 #define IND(table) {(instable_t *)table, 0, "", 0, 0, 0, 0, 0} macro
287 #define IND(table) {(instable_t *)table, 0, 0, 0, 0, 0, 0} macro
305 #define IND(table) {(instable_t *)table, 0, 0, 0, 0, 0} macro
986 /* [00] */ IND(dis_op0F00), IND(dis_op0F01), TNS("lar",MR), TNS("lsl",MR),
993 /* [18] */ IND(dis_op0F18), INVALID, INVALID, INVALID,
1040 /* [AC] */ TS("shrd",DSHIFT), TS("shrd",DSHIFTcl), IND(dis_op0FAE), TS("imul",MRw),
1044 /* [B8] */ TNS("INVALID",MRw), INVALID, IND(dis_op0FB
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dm88k.h389 IND = 3, enumerator in enum:operand_type
H A Dh8300.h54 IND = 0x0600, enumerator in enum:h8_flags
212 RSIND = SRC | IND,
213 RDIND = DST | IND,
214 R3_IND = OP3 | IND,
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dh8300-dis.c260 else if ((x & MODE) == IND)
484 || (looking_for & MODE) == IND

Completed in 129 milliseconds