Home
last modified time | relevance | path

Searched refs:_cc_op (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_helpers.c91 #define NOTE_N_EVAL(_cc_op) NOTE_EVAL(_cc_op, tab_n_eval) argument
92 #define NOTE_Z_EVAL(_cc_op) NOTE_EVAL(_cc_op, tab_z_eval) argument
93 #define NOTE_C_EVAL(_cc_op) NOTE_EVAL(_cc_op, tab_c_eval) argument
94 #define NOTE_V_EVAL(_cc_op) NOTE_EVAL(_cc_op, tab_v_eval) argument
96 #define NOTE_EVAL(_cc_op, _tab) \ argument
99 vassert( ((UInt)(_cc_op)) < ARMG_CC_OP_NUMBER); \
100 _tab[(UInt)(_cc_op)]++; \
Dguest_arm64_helpers.c98 #define NOTE_EVAL(_cc_op, _cond) \ argument
101 vassert( ((UInt)(_cc_op)) < ARM64G_CC_OP_NUMBER); \
103 tab_eval[(UInt)(_cc_op)][(UInt)(cond)]++; \