Searched refs:branch_start (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/lib/ |
D | slre.c | 323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local 327 branch_start = last_op = r->code_size; in compile() 397 relocate(r, branch_start, 3); in compile() 398 r->code[branch_start] = BRANCH; in compile() 399 set_jump_offset(r, branch_start + 1, branch_start); in compile() 400 fixup = branch_start + 2; in compile()
|