HomeSort by relevance Sort by last modified time
    Searched full:slotnum (Results 1 - 3 of 3) sorted by null

  /external/ltrace/sysdeps/linux-gnu/ia64/
breakpoint.c 112 slotN_contents(char *bundle, int slotnum) {
113 return extract_bit_field(bundle, 5 + 41 * slotnum, 41);
119 replace_slotN_contents(char *bundle, long long instr, int slotnum) {
120 replace_bit_field(bundle, instr, 5 + 41 * slotnum, 41);
180 int slotnum = (int)(addr & 0x0f) & 0x3; local
186 assert(slotnum <= 2);
195 if (slotnum == 1 && template_encoding_table[template][1] == L) {
196 slotnum = 2;
199 instr = slotN_contents(bundle.cbundle, slotnum);
203 replace_slotN_contents(bundle.cbundle, 0x00002000040LL, slotnum);
215 int slotnum = (int)(addr & 0x0f) & 0x3; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-dis.c 72 int slotnum, j, status, need_comma, retval, slot_multiplier; local
88 slotnum = (((long) memaddr) & 0xf) / slot_multiplier;
89 if (slotnum > 2)
109 if (slotnum == 0)
114 unit = ia64_templ_desc[template_val].exec_unit[slotnum];
116 if (template_val == 2 && slotnum == 1)
119 slotnum = 2;
123 insn = slot[slotnum];
306 if (slotnum + 1 == ia64_templ_desc[template_val].group_boundary
307 || ((slotnum == 2) && s_bit)
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]

Completed in 68 milliseconds