Lines Matching refs:HPPA_REG_TCC
219 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_IN_INIT), ctx); in __build_epilogue()
377 REG_FORCE_SEEN(ctx, HPPA_REG_TCC); in emit_bpf_tail_call()
378 emit(hppa_ldo(-1, HPPA_REG_TCC, HPPA_REG_TCC), ctx); in emit_bpf_tail_call()
379 emit(hppa_bge(HPPA_REG_TCC, HPPA_REG_ZERO, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_bpf_tail_call()
477 if (REG_WAS_SEEN(ctx, HPPA_REG_TCC)) in emit_call()
478 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_SAVED), ctx); in emit_call()
496 if (REG_WAS_SEEN(ctx, HPPA_REG_TCC)) in emit_call()
497 emit(hppa_copy(HPPA_REG_TCC_SAVED, HPPA_REG_TCC), ctx); in emit_call()
1165 REG_WAS_SEEN(ctx, HPPA_REG_TCC)) \ in bpf_jit_build_prologue()
1181 if (REG_WAS_SEEN(ctx, HPPA_REG_TCC)) in bpf_jit_build_prologue()
1182 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC), ctx); in bpf_jit_build_prologue()