Searched refs:ARG_FP (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | alpha.c | 650 #define ARG_FP { FA, FB, DFC1 } macro 967 { "addf", FP(0x15,0x080), BASE, ARG_FP }, 969 { "subf", FP(0x15,0x081), BASE, ARG_FP }, 970 { "mulf", FP(0x15,0x082), BASE, ARG_FP }, 971 { "divf", FP(0x15,0x083), BASE, ARG_FP }, 973 { "addg", FP(0x15,0x0A0), BASE, ARG_FP }, 975 { "subg", FP(0x15,0x0A1), BASE, ARG_FP }, 976 { "mulg", FP(0x15,0x0A2), BASE, ARG_FP }, 977 { "divg", FP(0x15,0x0A3), BASE, ARG_FP }, 1088 { "adds", FP(0x16,0x080), BASE, ARG_FP }, [all …]
|