Searched refs:HPPA_REG_TCC_IN_INIT (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/parisc/net/
H A Dbpf_jit.h48 HPPA_REG_TCC_IN_INIT = HPPA_REG_R31, enumerator in enum:__anon21
52 HPPA_REG_TCC_IN_INIT = HPPA_REG_R31,
H A Dbpf_jit_comp64.c219 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_IN_INIT), ctx);
1129 REG_FORCE_SEEN(ctx, HPPA_REG_TCC_IN_INIT);
1130 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC_IN_INIT), ctx);
1136 emit(hppa_beq(HPPA_REG_TCC_IN_INIT, HPPA_REG_R1, 6 - HPPA_BRANCH_DISPLACEMENT), ctx);
H A Dbpf_jit_comp32.c192 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_IN_INIT), ctx);
1500 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC_IN_INIT), ctx);
1506 emit(hppa_bne(HPPA_REG_TCC_IN_INIT, HPPA_REG_R1, ctx->prologue_len - 2 - HPPA_BRANCH_DISPLACEMENT), ctx);

Completed in 86 milliseconds