OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IBS_OP_IBS_LD_OP
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/daemon/
opd_ibs_trans.c
214
if (!
IBS_OP_IBS_LD_OP
(trans_op) && !IBS_OP_IBS_ST_OP(trans_op))
227
if (
IBS_OP_IBS_LD_OP
(trans_op))
288
if (
IBS_OP_IBS_LD_OP
(trans_op)
295
if (
IBS_OP_IBS_LD_OP
(trans_op))
398
if (
IBS_OP_IBS_LD_OP
(trans_op)
422
if (!
IBS_OP_IBS_LD_OP
(trans_op))
644
(
IBS_OP_IBS_LD_OP
(trans_op))? "LD": "ST",
opd_ibs_macro.h
325
#define
IBS_OP_IBS_LD_OP
(x) ((x->ibs_op_data3_low & DC_MASK_LOAD_OP) != 0)
Completed in 174 milliseconds