Home
last modified time | relevance | path

Searched refs:MIPS_COND_GT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/net/
H A Dbpf_jit.h35 #define MIPS_COND_GT (0x1 << 2) macro
H A Dbpf_jit.c969 condt = MIPS_COND_GT | MIPS_COND_K; in build_body()
974 condt = MIPS_COND_GT | MIPS_COND_X; in build_body()
978 (condt & MIPS_COND_GT)) { in build_body()
993 if (condt & MIPS_COND_GT) { in build_body()