Searched refs:FOP (Results 1 – 2 of 2) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.c | 8828 #define FOP(func, fmt) (((fmt) << 21) | (func)) macro 8831 OPC_ADD_S = FOP(0, FMT_S), 8832 OPC_SUB_S = FOP(1, FMT_S), 8833 OPC_MUL_S = FOP(2, FMT_S), 8834 OPC_DIV_S = FOP(3, FMT_S), 8835 OPC_SQRT_S = FOP(4, FMT_S), 8836 OPC_ABS_S = FOP(5, FMT_S), 8837 OPC_MOV_S = FOP(6, FMT_S), 8838 OPC_NEG_S = FOP(7, FMT_S), 8839 OPC_ROUND_L_S = FOP(8, FMT_S), [all …]
|
/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()
|