Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386.c345 xstate_xmm = 1 << 1, enumerator
347 xstate_ymm = 1 << 2 | xstate_xmm,
6874 i.xstate |= xstate_xmm; in md_assemble()
11369 i.xstate |= xstate_xmm; in output_insn()
11376 if ((i.xstate & xstate_xmm) in output_insn()