Searched refs:MIPS_R_V0 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/mips/net/ |
D | bpf_jit_comp32.c | 56 (BIT(MIPS_R_V0) | \ 118 [BPF_REG_0] = {MIPS_R_V1, MIPS_R_V0}, 571 clobber_reg(ctx, MIPS_R_V0); in emit_divmod_r64() 778 emit(ctx, move, src, MIPS_R_V0); in emit_atomic_r32() 897 emit(ctx, move, lo(r0), MIPS_R_V0); in emit_cmpxchg_r32() 903 clobber_reg(ctx, MIPS_R_V0); in emit_cmpxchg_r32() 938 clobber_reg(ctx, MIPS_R_V0); in emit_cmpxchg_r64() 1284 clobber_reg(ctx, MIPS_R_V0); in emit_call() 1454 emit(ctx, move, MIPS_R_V0, MIPS_R_V1); in build_epilogue()
|
D | bpf_jit_comp.h | 20 #define MIPS_R_V0 2 /* Result */ macro
|
D | bpf_jit_comp64.c | 66 [BPF_REG_0] = MIPS_R_V0, 471 clobber_reg(ctx, MIPS_R_V0); in emit_call() 631 emit(ctx, sll, MIPS_R_V0, MIPS_R_V0, 0); /* Delay slot */ in build_epilogue()
|