Home
last modified time | relevance | path

Searched refs:memop (Results 1 – 25 of 50) sorted by relevance

12

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DLoadObject.cc977 mod->ldMemops.append (memop); in read_archive()
982 instop->memop = memop; in read_archive()
986 memop->offset, memop->id, memop->signature, in read_archive()
987 memop->datatype_id); in read_archive()
1006 mod->stMemops.append (memop); in read_archive()
1011 instop->memop = memop; in read_archive()
1015 memop->offset, memop->id, memop->signature, in read_archive()
1016 memop->datatype_id); in read_archive()
1040 instop->memop = memop; in read_archive()
1044 memop->offset, memop->id, memop->signature, in read_archive()
[all …]
H A DDwarf.cc678 memop_info_t *mp = ip->memop; in read_hwcprof_info()
691 memop_info_t *mp = ip->memop; in read_hwcprof_info()
750 memop_info_t *memop = new memop_info_t; in read_hwcprof_info() local
751 memop->id = (unsigned) mid; in read_hwcprof_info()
752 memop->signature = (unsigned) sig; in read_hwcprof_info()
753 memop->datatype_id = ref ? (unsigned) ref : 0; in read_hwcprof_info()
754 memop->offset = (unsigned) (ctx->func->img_offset + off); in read_hwcprof_info()
759 instop->offset = memop->offset; in read_hwcprof_info()
760 instop->memop = memop; in read_hwcprof_info()
H A Ddbe_structs.h179 memop_info_t *memop; member
H A Dparse.cc349 ctr->memop = tpc; in process_hwcounter_cmd()
438 ctr->memop = tpc; in process_hwsimctr_cmd()
H A DDataSpace.cc147 dtype_id = info->memop->datatype_id; in get_hist_obj()
H A DBaseMetric.cc196 if (ABST_MEMSPACE_ENABLED (ctr->memop)) in hwc_init()
/netbsd/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcentry.h113 ABST_type memop; /* type of backtracking allowed */ member
141 #define HWCENTRY_USES_SAMPLING(h) ((h)->memop==ABST_EXACT_PEBS_PLUS1)
408 extern const char *hwc_memop_string (ABST_type memop);
H A Dhwcfuncs.c167 phwcdef->timecvt, phwcdef->memop, phwcdef->val, in ctrdefprint()
279 ABST_type memop = ABST_NONE; in process_data_descriptor() local
378 memop = (ABST_type) strtol (dsp, &dsp, 0); in process_data_descriptor()
384 hwcdef[idx].memop = memop; in process_data_descriptor()
H A Dhwctable.c3297 int memop = cpcx_raw[kk][rr]->memop; in setup_cpc_general() local
3298 if (ABST_MEMSPACE_ENABLED (memop)) in setup_cpc_general()
3702 if (pret_ctr->memop != ABST_EXACT) in process_ctr_def()
3747 pret_ctr->memop = ABST_NONE; in process_ctr_def()
3748 if (pret_ctr->memop == ABST_NOPC) in process_ctr_def()
4376 hwc_memop_string (ABST_type memop) in hwc_memop_string() argument
4379 switch (memop) in hwc_memop_string()
4554 const char *memop, *timecvt; in hwc_hwcentry_specd_string() local
4564 if (ctr->memop) in hwc_hwcentry_specd_string()
4565 memop = hwc_memop_string (ctr->memop); in hwc_hwcentry_specd_string()
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dv850-dis.c331 unsigned int memop; in disassemble() local
348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2) in disassemble()
367 memop = op->memop; in disassemble()
428 if (opnum == 1 && opnum == memop) in disassemble()
436 && opnum == 2 && opnum == memop) in disassemble()
451 && opnum == memop) in disassemble()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dv850-dis.c331 unsigned int memop; in disassemble() local
348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2) in disassemble()
367 memop = op->memop; in disassemble()
428 if (opnum == 1 && opnum == memop) in disassemble()
436 && opnum == 2 && opnum == memop) in disassemble()
451 && opnum == memop) in disassemble()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dv850-dis.c331 unsigned int memop; in disassemble() local
348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2) in disassemble()
367 memop = op->memop; in disassemble()
428 if (opnum == 1 && opnum == memop) in disassemble()
436 && opnum == 2 && opnum == memop) in disassemble()
451 && opnum == memop) in disassemble()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dv850-dis.c331 unsigned int memop; in disassemble() local
348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2) in disassemble()
367 memop = op->memop; in disassemble()
428 if (opnum == 1 && opnum == memop) in disassemble()
436 && opnum == 2 && opnum == memop) in disassemble()
451 && opnum == memop) in disassemble()
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.c327 if (ABST_BACKTRACK_ENABLED (hwcdef[idx]->memop)) in open_experiment()
658 hwcdef[ii]->memop, lost_samples.ce_hrt, in collector_sigemt_handler()
663 hwcdef[ii]->memop, sample.ce_hrt, in collector_sigemt_handler()
896 ctr->val, ctr->sort_order, ctr->memop); in hwclogwrite()
903 collector_interface->writeLog (" memop=\"%d\"", ctr->memop); in hwclogwrite()
/netbsd/external/gpl3/gdb/dist/include/opcode/
H A Dv850.h52 unsigned int memop; member
/netbsd/external/gpl3/binutils.old/dist/include/opcode/
H A Dv850.h52 unsigned int memop; member
/netbsd/external/gpl3/binutils/dist/include/opcode/
H A Dv850.h52 unsigned int memop; member
/netbsd/external/gpl3/gdb.old/dist/include/opcode/
H A Dv850.h52 unsigned int memop; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFMA.td297 RegisterClass RC, Operand memop,
300 memop, RC, sched>;
302 memop, RC, sched>;
304 memop, RC, sched>;
429 multiclass fma4s_int<bits<8> opc, string OpcodeStr, Operand memop,
440 (ins VR128:$src1, VR128:$src2, memop:$src3),
447 (ins VR128:$src1, memop:$src2, VR128:$src3),
452 // memop:$src2
H A DX86InstrSSE.td1860 ValueType vt, Operand memop,
3563 memop>;
3699 (vt128 (OpNode (memop addr:$src1),
4386 def : Pat<(v4i32 (X86Movshdup (memop addr:$src))),
4390 def : Pat<(v4i32 (X86Movsldup (memop addr:$src))),
4660 memop>;
4662 memop>;
4664 memop>;
6637 (memop addr:$src2), XMM0)),
6639 (memop addr:$src2))))]>, T8PS,
[all …]
H A DX86InstrFragmentsSIMD.td890 def memop : PatFrag<(ops node:$ptr), (load node:$ptr), [{
896 // 128-bit memop pattern fragments
898 def memopv4f32 : PatFrag<(ops node:$ptr), (v4f32 (memop node:$ptr))>;
899 def memopv2f64 : PatFrag<(ops node:$ptr), (v2f64 (memop node:$ptr))>;
900 def memopv2i64 : PatFrag<(ops node:$ptr), (v2i64 (memop node:$ptr))>;
901 def memopv4i32 : PatFrag<(ops node:$ptr), (v4i32 (memop node:$ptr))>;
902 def memopv8i16 : PatFrag<(ops node:$ptr), (v8i16 (memop node:$ptr))>;
903 def memopv16i8 : PatFrag<(ops node:$ptr), (v16i8 (memop node:$ptr))>;
H A DX86InstrXOP.td43 Operand memop, PatFrags mem_frags,
48 def rm : IXOP<opc, MRMSrcMem, (outs VR128:$dst), (ins memop:$src),
H A DX86InstrMMX.td496 f128mem, memop, "cvtpd2pi\t{$src, $dst|$dst, $src}",
502 f128mem, memop, "cvttpd2pi\t{$src, $dst|$dst, $src}",
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc786 /* The value range buckets (22 buckets) for the memop size value profiling looks
861 /* Map an (observed) memop size value to the representative value of its range.
879 /* Return true if the range that an (observed) memop size value belongs to has
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagon.td75 "Use memop instructions">;

12