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

/linux-master/arch/parisc/net/
H A Dbpf_jit_comp64.c476 REG_FORCE_SEEN(ctx, HPPA_REG_TCC_SAVED);
478 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_SAVED), ctx);
497 emit(hppa_copy(HPPA_REG_TCC_SAVED, HPPA_REG_TCC), ctx);
518 /* libcgcc overwrites HPPA_REG_RET0, so keep copy in HPPA_REG_TCC_SAVED */
520 REG_SET_SEEN(ctx, HPPA_REG_TCC_SAVED);
521 emit(hppa_copy(HPPA_REG_RET0, HPPA_REG_TCC_SAVED), ctx);
551 emit(hppa_copy(HPPA_REG_TCC_SAVED, HPPA_REG_RET0), ctx);
H A Dbpf_jit.h47 HPPA_REG_TCC_SAVED = 4, enumerator in enum:__anon21
51 HPPA_REG_TCC_SAVED = 17,
H A Dbpf_jit_comp32.c919 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_SAVED), ctx);
933 emit(hppa_copy(HPPA_REG_TCC_SAVED, HPPA_REG_TCC), ctx);

Completed in 139 milliseconds