Searched refs:MIPS_COND_EQ (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/net/ |
| H A D | bpf_jit.c | 488 case MIPS_COND_EQ: in emit_bcond() 731 emit_bcond(MIPS_COND_EQ, r_ret, 0, b_imm(i + 1, ctx), in build_body() 871 emit_bcond(MIPS_COND_EQ, r_X, r_zero, b_off, ctx); in build_body() 882 emit_bcond(MIPS_COND_EQ, r_X, r_zero, b_off, ctx); in build_body() 951 condt = MIPS_COND_EQ | MIPS_COND_K; in build_body() 956 condt = MIPS_COND_EQ | MIPS_COND_X; in build_body() 1002 emit_bcond(MIPS_COND_EQ, r_A, r_s0, in build_body() 1022 emit_bcond(MIPS_COND_EQ, r_A, r_s0, in build_body() 1036 emit_bcond(MIPS_COND_EQ, r_A, r_X, in build_body() 1163 emit_bcond(MIPS_COND_EQ, r_s0, r_zero, b_off, ctx); in build_body()
|
| H A D | bpf_jit.h | 33 #define MIPS_COND_EQ 0x1 macro
|