Home
last modified time | relevance | path

Searched refs:FloatMF (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.h214 #define FloatMF 0x20 /* FP insn memory format bit, sized by 0x4 */ macro
Dtc-i386.c2482 && !(i.tm.opcode_modifier & (IgnoreSize | FloatMF)) in process_suffix()
2504 if (i.tm.opcode_modifier & FloatMF) in process_suffix()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Di386.h73 #define x_FP (x_Suf|FloatMF)
74 #define sl_FP (sl_Suf|FloatMF)
824 {"fldcw", 1, 0xd9, 5, 0, w_Suf|FloatMF|Modrm, { ShortMem, 0, 0} },
825 {"fnstcw", 1, 0xd9, 7, 0, w_Suf|FloatMF|Modrm, { ShortMem, 0, 0} },
826 {"fstcw", 1, 0xd9, 7, 0, w_Suf|FloatMF|FWait|Modrm, { ShortMem, 0, 0} },
829 {"fnstsw", 1, 0xdd, 7, 0, w_Suf|FloatMF|Modrm, { ShortMem, 0, 0} },
833 {"fstsw", 1, 0xdd, 7, 0, w_Suf|FloatMF|FWait|Modrm, { ShortMem, 0, 0} },