Home
last modified time | relevance | path

Searched defs:FOP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c637 #define COND_SEL(CODE, TOP, FOP) \ in bpf_jit_compile() argument
/openbmc/qemu/target/rx/
H A Dtranslate.c1829 #define FOP(name, op) \ macro
1859 FOP(FADD, fadd) in FOP() function
/openbmc/linux/fs/proc/
H A Dbase.c163 #define NOD(NAME, MODE, IOP, FOP, OP) { \ argument
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c8827 #define FOP(func, fmt) (((fmt) << 21) | (func)) macro