Searched refs:frame_sp (Results 1 – 1 of 1) sorted by relevance
180 int frame_sp; member1030 for (int sp = c->frame_sp; sp >= 0; sp--) in find_frame()1098 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_if()1129 assert(c->frame_sp > 0); in trans_else()1130 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp - 1]; in trans_else()1150 assert(c->frame_sp > 0); in trans_endif()1151 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_endif()1167 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_loop_bgn()1184 assert(c->frame_sp > 0); in trans_loop_end()1185 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_loop_end()[all …]