Searched refs:MIPS_COND_EQ (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit.c | 483 case MIPS_COND_EQ: in emit_bcond() 713 emit_bcond(MIPS_COND_EQ, r_ret, 0, b_imm(i + 1, ctx), in build_body() 845 emit_bcond(MIPS_COND_EQ, r_X, r_zero, in build_body() 854 emit_bcond(MIPS_COND_EQ, r_X, r_zero, in build_body() 921 condt = MIPS_COND_EQ | MIPS_COND_K; in build_body() 926 condt = MIPS_COND_EQ | MIPS_COND_X; in build_body() 972 emit_bcond(MIPS_COND_EQ, r_A, r_s0, in build_body() 992 emit_bcond(MIPS_COND_EQ, r_A, r_s0, in build_body() 1006 emit_bcond(MIPS_COND_EQ, r_A, r_X, in build_body() 1121 emit_bcond(MIPS_COND_EQ, r_s0, r_zero, in build_body()
|
D | bpf_jit.h | 36 #define MIPS_COND_EQ 0x1 macro
|