Searched refs:switch_pc (Results 1 – 2 of 2) sorted by relevance
286 unsigned switch_pc; member292 unsigned switch_pc; /* when used points to default or endswitch-1 */ member
383 if(break_always && ctx->switch_pc) { in lp_exec_break()384 bld_base->pc = ctx->switch_pc; in lp_exec_break()519 ctx->switch_stack[ctx->switch_stack_size].switch_pc = ctx->switch_pc; in lp_exec_switch()526 ctx->switch_pc = 0; in lp_exec_switch()543 if (ctx->switch_pc && !ctx->switch_in_default) { in lp_exec_endswitch()553 assert(bld_base->instructions[ctx->switch_pc - 1].Instruction.Opcode == in lp_exec_endswitch()557 bld_base->pc = ctx->switch_pc; in lp_exec_endswitch()562 ctx->switch_pc = tmp_pc - 1; in lp_exec_endswitch()567 else if (ctx->switch_pc && ctx->switch_in_default) { in lp_exec_endswitch()568 assert(bld_base->pc == ctx->switch_pc + 1); in lp_exec_endswitch()[all …]