Searched refs:ia64_insn (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | cpu-ia64-opc.c | 36 ia64_insn value ATTRIBUTE_UNUSED, ia64_insn *code ATTRIBUTE_UNUSED) in ins_rsvd() 43 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED) in ext_rsvd() 50 ia64_insn value ATTRIBUTE_UNUSED, ia64_insn *code ATTRIBUTE_UNUSED) in ins_const() 57 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED) in ext_const() 63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_reg() 73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_reg() 81 ins_immu (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immu() 83 ia64_insn new = 0; in ins_immu() 88 new |= ((value & ((((ia64_insn) 1) << self->field[i].bits) - 1)) in ins_immu() 100 ext_immu (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_immu() [all …]
|
| D | elfxx-ia64.c | 3867 ia64_insn insn;
|
| /freebsd-10-stable/contrib/binutils/opcodes/ |
| D | ia64-opc.c | 32 static ia64_insn apply_completer (ia64_insn, int); 35 static int opcode_verify (ia64_insn, int, enum ia64_insn_type); 36 static int locate_opcode_ent (ia64_insn, enum ia64_insn_type); 38 (ia64_insn, const char *, int, int); 195 static ia64_insn 196 apply_completer (ia64_insn opcode, int completer_index) in apply_completer() 198 ia64_insn mask = completer_table[completer_index].mask; in apply_completer() 199 ia64_insn bits = completer_table[completer_index].bits; in apply_completer() 305 opcode_verify (ia64_insn opcode, int place, enum ia64_insn_type type) in opcode_verify() 315 ia64_insn f2, f3; in opcode_verify() [all …]
|
| D | ia64-opc-i.c | 30 #define bC(x) (((ia64_insn) ((x) & 0x1)) << 12) 31 #define bIh(x) (((ia64_insn) ((x) & 0x1)) << 23) 32 #define bTa(x) (((ia64_insn) ((x) & 0x1)) << 33) 33 #define bTag13(x) (((ia64_insn) ((x) & 0x1)) << 33) 34 #define bTb(x) (((ia64_insn) ((x) & 0x1)) << 36) 35 #define bVc(x) (((ia64_insn) ((x) & 0x1)) << 20) 36 #define bVe(x) (((ia64_insn) ((x) & 0x1)) << 32) 37 #define bWh(x) (((ia64_insn) ((x) & 0x3)) << 20) 38 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 33) 39 #define bXb(x) (((ia64_insn) ((x) & 0x1)) << 22) [all …]
|
| D | ia64-opc-x.c | 29 #define bBtype(x) (((ia64_insn) ((x) & 0x7)) << 6) 30 #define bD(x) (((ia64_insn) ((x) & 0x1)) << 35) 31 #define bPa(x) (((ia64_insn) ((x) & 0x1)) << 12) 32 #define bPr(x) (((ia64_insn) ((x) & 0x3f)) << 0) 33 #define bVc(x) (((ia64_insn) ((x) & 0x1)) << 20) 34 #define bWha(x) (((ia64_insn) ((x) & 0x3)) << 33) 35 #define bX3(x) (((ia64_insn) ((x) & 0x7)) << 33) 36 #define bX6(x) (((ia64_insn) ((x) & 0x3f)) << 27) 37 #define bY(x) (((ia64_insn) ((x) & 0x1)) << 26)
|
| D | ia64-asmtab.h | 42 ia64_insn opcode; 45 ia64_insn mask;
|
| D | ia64-opc-b.c | 29 #define bBtype(x) (((ia64_insn) ((x) & 0x7)) << 6) 30 #define bD(x) (((ia64_insn) ((x) & 0x1)) << 35) 31 #define bIh(x) (((ia64_insn) ((x) & 0x1)) << 35) 32 #define bPa(x) (((ia64_insn) ((x) & 0x1)) << 12) 33 #define bPr(x) (((ia64_insn) ((x) & 0x3f)) << 0) 34 #define bWha(x) (((ia64_insn) ((x) & 0x3)) << 33) 35 #define bWhb(x) (((ia64_insn) ((x) & 0x3)) << 3) 36 #define bWhc(x) (((ia64_insn) ((x) & 0x7)) << 32) 37 #define bX6(x) (((ia64_insn) ((x) & 0x3f)) << 27)
|
| D | ia64-opc-a.c | 29 #define bC(x) (((ia64_insn) ((x) & 0x1)) << 12) 30 #define bImm14(x) ((((ia64_insn) (((x) >> 0) & 0x7f)) << 13) | \ 31 (((ia64_insn) (((x) >> 7) & 0x3f)) << 27) | \ 32 (((ia64_insn) (((x) >> 13) & 0x01)) << 36)) 33 #define bR3a(x) (((ia64_insn) ((x) & 0x7f)) << 20) 34 #define bR3b(x) (((ia64_insn) ((x) & 0x3)) << 20) 35 #define bTa(x) (((ia64_insn) ((x) & 0x1)) << 33) 36 #define bTb(x) (((ia64_insn) ((x) & 0x1)) << 36) 37 #define bVe(x) (((ia64_insn) ((x) & 0x1)) << 33) 38 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 33) [all …]
|
| D | ia64-gen.c | 121 ia64_insn bits; 127 ia64_insn mask; 293 static void insert_bit_table_ent (struct bittree *, int, ia64_insn, ia64_insn, int, int, int); 294 static void add_dis_entry (struct bittree *, ia64_insn, ia64_insn, int, struct completer_entry *, i… 1778 ia64_insn opcode; 1779 ia64_insn mask; 1784 ia64_insn m; 1797 m = ((ia64_insn) 1) << bit; 1817 ia64_insn opcode; 1818 ia64_insn mask; [all …]
|
| D | ia64-dis.c | 35 unit_to_type (ia64_insn opcode, enum ia64_unit unit) in unit_to_type() 71 ia64_insn t0, t1, slot[3], template, s_bit, insn; in print_insn_ia64()
|
| D | ia64-opc-f.c | 28 #define bF2(x) (((ia64_insn) ((x) & 0x7f)) << 13) 29 #define bF4(x) (((ia64_insn) ((x) & 0x7f)) << 27) 30 #define bQ(x) (((ia64_insn) ((x) & 0x1)) << 36) 31 #define bRa(x) (((ia64_insn) ((x) & 0x1)) << 33) 32 #define bRb(x) (((ia64_insn) ((x) & 0x1)) << 36) 33 #define bSf(x) (((ia64_insn) ((x) & 0x3)) << 34) 34 #define bTa(x) (((ia64_insn) ((x) & 0x1)) << 12) 35 #define bXa(x) (((ia64_insn) ((x) & 0x1)) << 36) 36 #define bXb(x) (((ia64_insn) ((x) & 0x1)) << 33) 37 #define bX2(x) (((ia64_insn) ((x) & 0x3)) << 34) [all …]
|
| D | ia64-opc-m.c | 29 #define bM(x) (((ia64_insn) ((x) & 0x1)) << 36) 30 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 27) 31 #define bX2(x) (((ia64_insn) ((x) & 0x3)) << 31) 32 #define bX3(x) (((ia64_insn) ((x) & 0x7)) << 33) 33 #define bX4(x) (((ia64_insn) ((x) & 0xf)) << 27) 34 #define bX6a(x) (((ia64_insn) ((x) & 0x3f)) << 30) 35 #define bX6b(x) (((ia64_insn) ((x) & 0x3f)) << 27) 36 #define bX7(x) (((ia64_insn) ((x) & 0x1)) << 36) /* note: alias for bM() */ 37 #define bY(x) (((ia64_insn) ((x) & 0x1)) << 26) 38 #define bHint(x) (((ia64_insn) ((x) & 0x3)) << 28)
|
| D | ia64-opc.h | 30 #define bOp(x) (((ia64_insn) ((x) & 0xf)) << 37)
|
| /freebsd-10-stable/contrib/binutils/include/opcode/ |
| D | ia64.h | 14 typedef BFD_HOST_U_64_BIT ia64_insn; typedef 274 ia64_insn opcode; 280 ia64_insn mask; 335 const char *(*insert) (const struct ia64_operand *self, ia64_insn value, 336 ia64_insn *code); 342 const char *(*extract) (const struct ia64_operand *self, ia64_insn code, 343 ia64_insn *value); 386 extern struct ia64_opcode *ia64_dis_opcode (ia64_insn insn,
|