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

  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 2395 operand_type_and (i386_operand_type x, i386_operand_type y)
2831 g0 = operand_type_and (t0, t1);
3946 a = operand_type_and (t, type_names[j].mask);
7668 i.types[j] = operand_type_and (i.types[j], i.tm.operand_types[j]);
8620 allowed = operand_type_and (t->operand_types[op], mask);
8624 allowed = operand_type_and (allowed, mask);
8628 i.types[op] = operand_type_and (i.types[op], mask);
8967 overlap = operand_type_and (type, t->operand_types[op]);
9576 overlap0 = operand_type_and (i.types[0], operand_types[0]);
9675 overlap1 = operand_type_and (operand_types[0], operand_types[1])
2394 operand_type_and (i386_operand_type x, i386_operand_type y) function
    [all...]
tc-i386.c 2395 operand_type_and (i386_operand_type x, i386_operand_type y)
2831 g0 = operand_type_and (t0, t1);
3946 a = operand_type_and (t, type_names[j].mask);
7668 i.types[j] = operand_type_and (i.types[j], i.tm.operand_types[j]);
8620 allowed = operand_type_and (t->operand_types[op], mask);
8624 allowed = operand_type_and (allowed, mask);
8628 i.types[op] = operand_type_and (i.types[op], mask);
8967 overlap = operand_type_and (type, t->operand_types[op]);
9576 overlap0 = operand_type_and (i.types[0], operand_types[0]);
9675 overlap1 = operand_type_and (operand_types[0], operand_types[1])
2394 operand_type_and (i386_operand_type x, i386_operand_type y) function
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 2346 operand_type_and (i386_operand_type x, i386_operand_type y)
2782 g0 = operand_type_and (t0, t1);
3892 a = operand_type_and (t, type_names[j].mask);
7502 i.types[j] = operand_type_and (i.types[j], i.tm.operand_types[j]);
8454 allowed = operand_type_and (t->operand_types[op], mask);
8458 allowed = operand_type_and (allowed, mask);
8462 i.types[op] = operand_type_and (i.types[op], mask);
8801 overlap = operand_type_and (type, t->operand_types[op]);
9410 overlap0 = operand_type_and (i.types[0], operand_types[0]);
9509 overlap1 = operand_type_and (operand_types[0], operand_types[1])
2345 operand_type_and (i386_operand_type x, i386_operand_type y) function
    [all...]
tc-i386.c 2346 operand_type_and (i386_operand_type x, i386_operand_type y)
2782 g0 = operand_type_and (t0, t1);
3892 a = operand_type_and (t, type_names[j].mask);
7502 i.types[j] = operand_type_and (i.types[j], i.tm.operand_types[j]);
8454 allowed = operand_type_and (t->operand_types[op], mask);
8458 allowed = operand_type_and (allowed, mask);
8462 i.types[op] = operand_type_and (i.types[op], mask);
8801 overlap = operand_type_and (type, t->operand_types[op]);
9410 overlap0 = operand_type_and (i.types[0], operand_types[0]);
9509 overlap1 = operand_type_and (operand_types[0], operand_types[1])
2345 operand_type_and (i386_operand_type x, i386_operand_type y) function
    [all...]

Completed in 74 milliseconds