HomeSort by: relevance | last modified time | path
    Searched defs:memop (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/common/
hwcentry.h 113 ABST_type memop; /* type of backtracking allowed */ member in struct:__anon10196
140 #define HWCENTRY_USES_SAMPLING(h) ((h)->memop==ABST_EXACT_PEBS_PLUS1)
175 * <list[]->memop>:
270 * <pret_ctr->memop>:
313 * <ctr->memop>:
402 extern const char *hwc_memop_string (ABST_type memop);
hwcfuncs.c 164 " reg_num=%d, timecvt=%d, memop=%d, "
167 phwcdef->timecvt, phwcdef->memop, phwcdef->val,
252 * :<userName>:<internalCtr>:<register>:<timeoutVal>[:m<min_time>]:<tag>:<timecvt>:<memop>
272 ABST_type memop = ABST_NONE; local
391 /* memop */
392 memop = (ABST_type) strtol (dsp, &dsp, 0);
398 hwcdef[idx].memop = memop;
hwctable.c 82 memop: see description for ABST_type enum
1534 pentry->memop, /* type of instruction that can trigger */
1776 && pentry->memop != ABST_EXACT_PEBS_PLUS1)
1926 int memop = cpcx_raw[kk][rr]->memop; local
1927 if (ABST_MEMSPACE_ENABLED (memop))
2293 /* update uname,memop */
2296 if (plus != 0 || ABST_PLUS_BY_DEFAULT (pret_ctr->memop))
2306 pret_ctr->memop = ABST_LDST; // supply a backtracking data type - required for collector
2315 if (!ABST_BACKTRACK_ENABLED (pret_ctr->memop))
3086 const char *memop, *timecvt; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
v850-dis.c 331 unsigned int memop; local
348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2)
367 memop = op->memop;
370 MEMOP is the operand number at which a memory
400 If memop && opnum == memop + 1, then we need '[' since
404 If memop && opnum == memop + 2, then we need ']' since
428 if (opnum == 1 && opnum == memop)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcentry.h 113 ABST_type memop; /* type of backtracking allowed */ member in struct:__anon11669
140 #define HWCENTRY_USES_SAMPLING(h) ((h)->memop==ABST_EXACT_PEBS_PLUS1)
175 * <list[]->memop>:
270 * <pret_ctr->memop>:
313 * <ctr->memop>:
402 extern const char *hwc_memop_string (ABST_type memop);
hwcfuncs.c 164 " reg_num=%d, timecvt=%d, memop=%d, "
167 phwcdef->timecvt, phwcdef->memop, phwcdef->val,
252 * :<userName>:<internalCtr>:<register>:<timeoutVal>[:m<min_time>]:<tag>:<timecvt>:<memop>
272 ABST_type memop = ABST_NONE; local
391 /* memop */
392 memop = (ABST_type) strtol (dsp, &dsp, 0);
398 hwcdef[idx].memop = memop;
hwctable.c 82 memop: see description for ABST_type enum
1534 pentry->memop, /* type of instruction that can trigger */
1776 && pentry->memop != ABST_EXACT_PEBS_PLUS1)
1926 int memop = cpcx_raw[kk][rr]->memop; local
1927 if (ABST_MEMSPACE_ENABLED (memop))
2293 /* update uname,memop */
2296 if (plus != 0 || ABST_PLUS_BY_DEFAULT (pret_ctr->memop))
2306 pret_ctr->memop = ABST_LDST; // supply a backtracking data type - required for collector
2315 if (!ABST_BACKTRACK_ENABLED (pret_ctr->memop))
3086 const char *memop, *timecvt; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
v850-dis.c 331 unsigned int memop; local
348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2)
367 memop = op->memop;
370 MEMOP is the operand number at which a memory
400 If memop && opnum == memop + 1, then we need '[' since
404 If memop && opnum == memop + 2, then we need ']' since
428 if (opnum == 1 && opnum == memop)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
v850-dis.c 331 unsigned int memop; local
348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2)
367 memop = op->memop;
370 MEMOP is the operand number at which a memory
400 If memop && opnum == memop + 1, then we need '[' since
404 If memop && opnum == memop + 2, then we need ']' since
428 if (opnum == 1 && opnum == memop)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
v850-dis.c 331 unsigned int memop; local
348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2)
367 memop = op->memop;
370 MEMOP is the operand number at which a memory
400 If memop && opnum == memop + 1, then we need '[' since
404 If memop && opnum == memop + 2, then we need ']' since
428 if (opnum == 1 && opnum == memop)
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
v850.h 52 unsigned int memop; member in struct:v850_opcode
  /src/external/gpl3/binutils.old/dist/include/opcode/
v850.h 52 unsigned int memop; member in struct:v850_opcode
  /src/external/gpl3/gdb/dist/include/opcode/
v850.h 52 unsigned int memop; member in struct:v850_opcode
  /src/external/gpl3/gdb.old/dist/include/opcode/
v850.h 52 unsigned int memop; member in struct:v850_opcode
  /src/external/gpl3/binutils/dist/gprofng/src/
Dwarf.cc 741 memop_info_t *mp = ip->memop;
754 memop_info_t *mp = ip->memop;
812 // define memop entry
813 memop_info_t *memop = new memop_info_t; local
814 memop->id = (unsigned) mid;
815 memop->signature = (unsigned) sig;
816 memop->datatype_id = ref ? (unsigned) ref : 0;
817 memop->offset = (unsigned) (ctx->func->img_offset + off);
822 instop->offset = memop->offset;
823 instop->memop = memop
    [all...]
dbe_structs.h 179 memop_info_t *memop; member in union:__anon10299::__anon10300
Dbe.cc 7114 Vector<int> *memop = new Vector<int>(sz); local
7131 memop->store (i, ctr->memop);
7135 supportsMemspace->store (i, ABST_MEMSPACE_ENABLED (ctr->memop));
7143 list->store (6, memop);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dwarf.cc 741 memop_info_t *mp = ip->memop;
754 memop_info_t *mp = ip->memop;
812 // define memop entry
813 memop_info_t *memop = new memop_info_t; local
814 memop->id = (unsigned) mid;
815 memop->signature = (unsigned) sig;
816 memop->datatype_id = ref ? (unsigned) ref : 0;
817 memop->offset = (unsigned) (ctx->func->img_offset + off);
822 instop->offset = memop->offset;
823 instop->memop = memop
    [all...]
dbe_structs.h 179 memop_info_t *memop; member in union:__anon11772::__anon11773
Dbe.cc 7114 Vector<int> *memop = new Vector<int>(sz); local
7131 memop->store (i, ctr->memop);
7135 supportsMemspace->store (i, ABST_MEMSPACE_ENABLED (ctr->memop));
7143 list->store (6, memop);
  /src/external/gpl3/gdb/dist/gdb/
tracepoint.c 1374 expr::unop_memval_operation *memop local
1377 struct type *type = memop->get_type ();
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c 1374 expr::unop_memval_operation *memop local
1377 struct type *type = memop->get_type ();

Completed in 66 milliseconds