Searched refs:OP_NONE (Results 1 – 2 of 2) sorted by relevance
/external/linux-tools-perf/src/tools/lib/traceevent/ |
D | parse-filter.c | 624 OP_NONE, enumerator 695 return OP_NONE; in process_op() 1018 case OP_NONE: in process_filter()
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 169 def OP_NONE : Operation; 293 class SInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {} 294 class IInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {} 295 class WInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {}
|