Lines Matching refs:handler
195 [PROBES_PRELOAD_IMM] = {.handler = probes_simulate_nop},
196 [PROBES_PRELOAD_REG] = {.handler = probes_simulate_nop},
197 [PROBES_BRANCH_IMM] = {.handler = simulate_blx1},
198 [PROBES_MRS] = {.handler = simulate_mrs},
199 [PROBES_BRANCH_REG] = {.handler = simulate_blx2bx},
200 [PROBES_CLZ] = {.handler = probes_simulate_nop},
201 [PROBES_SATURATING_ARITHMETIC] = {.handler = probes_simulate_nop},
202 [PROBES_MUL1] = {.handler = probes_simulate_nop},
203 [PROBES_MUL2] = {.handler = probes_simulate_nop},
204 [PROBES_SWP] = {.handler = probes_simulate_nop},
210 [PROBES_MOV_IP_SP] = {.handler = simulate_mov_ipsp},
215 [PROBES_MOV_HALFWORD] = {.handler = probes_simulate_nop},
216 [PROBES_SEV] = {.handler = probes_simulate_nop},
217 [PROBES_WFE] = {.handler = probes_simulate_nop},
218 [PROBES_SATURATE] = {.handler = probes_simulate_nop},
219 [PROBES_REV] = {.handler = probes_simulate_nop},
220 [PROBES_MMI] = {.handler = probes_simulate_nop},
221 [PROBES_PACK] = {.handler = probes_simulate_nop},
222 [PROBES_EXTEND] = {.handler = probes_simulate_nop},
223 [PROBES_EXTEND_ADD] = {.handler = probes_simulate_nop},
224 [PROBES_MUL_ADD_LONG] = {.handler = probes_simulate_nop},
225 [PROBES_MUL_ADD] = {.handler = probes_simulate_nop},
226 [PROBES_BITFIELD] = {.handler = probes_simulate_nop},
227 [PROBES_BRANCH] = {.handler = simulate_bbl},