HomeSort by: relevance | last modified time | path
    Searched defs:regxmm (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 10987 static const i386_operand_type regxmm = {
10997 && operand_type_equal (&i.types[dest], &regxmm));
11019 i.types[0] = regxmm;
11020 i.tm.operand_types[0] = regxmm;
10983 static const i386_operand_type regxmm = { local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 10820 static const i386_operand_type regxmm = {
10830 && operand_type_equal (&i.types[dest], &regxmm));
10852 i.types[0] = regxmm;
10853 i.tm.operand_types[0] = regxmm;
10816 static const i386_operand_type regxmm = { local

Completed in 49 milliseconds