Searched refs:etna_compile_frame (Results 1 – 1 of 1) sorted by relevance
120 struct etna_compile_frame { struct179 struct etna_compile_frame frame_stack[ETNA_MAX_DEPTH];1068 static struct etna_compile_frame *1139 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_if()1171 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp - 1]; in trans_else()1192 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_endif()1208 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_loop_bgn()1226 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_loop_end()1249 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()1269 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()