Searched refs:SIMD_Fixup (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c95 static void SIMD_Fixup (int, int);
932 { "movlpX", { EXq, XM, { SIMD_Fixup, 'h' } } },
936 { "movhpX", { EXq, XM, { SIMD_Fixup, 'l' } } },
2064 { "movlpX", { XM, EXq, { SIMD_Fixup, 'h' } } }, /* really only 2 operands */
2071 { "movhpX", { XM, EXq, { SIMD_Fixup, 'l' } } },
6202 SIMD_Fixup (int extrachar, int sizeflag ATTRIBUTE_UNUSED) function

Completed in 131 milliseconds