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

  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 2443 operand_type_or (i386_operand_type x, i386_operand_type y)
8578 = operand_type_or (i.types[op],
8623 allowed = operand_type_or (allowed, t->operand_types[op]);
14199 combined = operand_type_or (combined, i.types[j]);
14993 i.types[this_operand] = operand_type_or (i.types[this_operand],
15146 operand_type_or (operand_type_and_not (i.types[this_operand], anydisp),
15522 i.types[this_operand] = operand_type_or (i.types[this_operand],
2442 operand_type_or (i386_operand_type x, i386_operand_type y) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 2394 operand_type_or (i386_operand_type x, i386_operand_type y)
8412 = operand_type_or (i.types[op],
8457 allowed = operand_type_or (allowed, t->operand_types[op]);
14048 combined = operand_type_or (combined, i.types[j]);
14842 i.types[this_operand] = operand_type_or (i.types[this_operand],
14995 operand_type_or (operand_type_and_not (i.types[this_operand], anydisp),
15371 i.types[this_operand] = operand_type_or (i.types[this_operand],
2393 operand_type_or (i386_operand_type x, i386_operand_type y) function

Completed in 46 milliseconds