Searched refs:FOP (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 8827 #define FOP(func, fmt) (((fmt) << 21) | (func)) macro 8830 OPC_ADD_S = FOP(0, FMT_S), 8831 OPC_SUB_S = FOP(1, FMT_S), 8832 OPC_MUL_S = FOP(2, FMT_S), 8833 OPC_DIV_S = FOP(3, FMT_S), 8834 OPC_SQRT_S = FOP(4, FMT_S), 8835 OPC_ABS_S = FOP(5, FMT_S), 8836 OPC_MOV_S = FOP(6, FMT_S), 8837 OPC_NEG_S = FOP(7, FMT_S), 8838 OPC_ROUND_L_S = FOP(8, FMT_S), [all …]
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 637 #define COND_SEL(CODE, TOP, FOP) \ in bpf_jit_compile() argument 640 f_op = FOP; \ in bpf_jit_compile()
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 1829 #define FOP(name, op) \ macro 1859 FOP(FADD, fadd) in FOP() function 1860 FOP(FSUB, fsub) in FOP() 1861 FOP(FMUL, fmul) in FOP() 1862 FOP(FDIV, fdiv) in FOP()
|
/openbmc/linux/fs/proc/ |
H A D | base.c | 163 #define NOD(NAME, MODE, IOP, FOP, OP) { \ argument 168 .fop = FOP, \
|