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

  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 82 static bool OP_Rounding (instr_info *, int, int);
605 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
606 #define EXxEVexR64 { OP_Rounding, evex_rounding_64_mode }
607 #define EXxEVexS { OP_Rounding, evex_sae_mode }
10291 if (ins.intel_syntax && dp && dp->op[2].rtn == OP_Rounding
10327 if (dp->op[2].rtn == OP_Rounding && !intel_swap_2_3)
10331 if (dp->op[3].rtn == OP_Rounding || intel_swap_2_3)
14455 OP_Rounding (instr_info *ins, int bytemode, int sizeflag ATTRIBUTE_UNUSED)
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 82 static bool OP_Rounding (instr_info *, int, int);
605 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
606 #define EXxEVexR64 { OP_Rounding, evex_rounding_64_mode }
607 #define EXxEVexS { OP_Rounding, evex_sae_mode }
10252 if (ins.intel_syntax && dp && dp->op[2].rtn == OP_Rounding
10288 if (dp->op[2].rtn == OP_Rounding && !intel_swap_2_3)
10292 if (dp->op[3].rtn == OP_Rounding || intel_swap_2_3)
14416 OP_Rounding (instr_info *ins, int bytemode, int sizeflag ATTRIBUTE_UNUSED)
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 82 static bool OP_Rounding (instr_info *, int, int);
605 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
606 #define EXxEVexR64 { OP_Rounding, evex_rounding_64_mode }
607 #define EXxEVexS { OP_Rounding, evex_sae_mode }
9955 if (ins.intel_syntax && dp && dp->op[2].rtn == OP_Rounding
9991 if (dp->op[2].rtn == OP_Rounding && !intel_swap_2_3)
9995 if (dp->op[3].rtn == OP_Rounding || intel_swap_2_3)
14111 OP_Rounding (instr_info *ins, int bytemode, int sizeflag ATTRIBUTE_UNUSED)
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 82 static bool OP_Rounding (instr_info *, int, int);
605 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
606 #define EXxEVexR64 { OP_Rounding, evex_rounding_64_mode }
607 #define EXxEVexS { OP_Rounding, evex_sae_mode }
10259 if (ins.intel_syntax && dp && dp->op[2].rtn == OP_Rounding
10295 if (dp->op[2].rtn == OP_Rounding && !intel_swap_2_3)
10299 if (dp->op[3].rtn == OP_Rounding || intel_swap_2_3)
14423 OP_Rounding (instr_info *ins, int bytemode, int sizeflag ATTRIBUTE_UNUSED)

Completed in 36 milliseconds