Home
last modified time | relevance | path

Searched refs:OP_Rounding (Results 1 – 21 of 21) sorted by relevance

/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Di386-dis.c92 static void OP_Rounding (int, int);
405 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
406 #define EXxEVexR64 { OP_Rounding, evex_rounding_64_mode }
407 #define EXxEVexS { OP_Rounding, evex_sae_mode }
9866 if (intel_syntax && dp && dp->op[2].rtn == OP_Rounding in print_insn()
13741 OP_Rounding (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_Rounding() function
H A DChangeLog-2013421 * i386-dis.c (OP_Rounding): New.
H A DChangeLog-2018957 (OP_Rounding): Handle evex_rounding_64_mode.
H A DChangeLog-20201721 (OP_Rounding): Move abort() invocation.
/dports/devel/gdb/gdb-11.1/opcodes/
H A Di386-dis.c92 static void OP_Rounding (int, int);
405 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
406 #define EXxEVexR64 { OP_Rounding, evex_rounding_64_mode }
407 #define EXxEVexS { OP_Rounding, evex_sae_mode }
9866 if (intel_syntax && dp && dp->op[2].rtn == OP_Rounding in print_insn()
13741 OP_Rounding (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_Rounding() function
H A DChangeLog-2013421 * i386-dis.c (OP_Rounding): New.
H A DChangeLog-2018957 (OP_Rounding): Handle evex_rounding_64_mode.
H A DChangeLog-20201721 (OP_Rounding): Move abort() invocation.
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Di386-dis.c92 static void OP_Rounding (int, int);
405 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
406 #define EXxEVexR64 { OP_Rounding, evex_rounding_64_mode }
407 #define EXxEVexS { OP_Rounding, evex_sae_mode }
9866 if (intel_syntax && dp && dp->op[2].rtn == OP_Rounding in print_insn()
13741 OP_Rounding (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_Rounding() function
H A DChangeLog-2013421 * i386-dis.c (OP_Rounding): New.
H A DChangeLog-2018957 (OP_Rounding): Handle evex_rounding_64_mode.
H A DChangeLog-20201721 (OP_Rounding): Move abort() invocation.
/dports/devel/binutils/binutils-2.37/opcodes/
H A Di386-dis.c92 static void OP_Rounding (int, int);
405 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
406 #define EXxEVexR64 { OP_Rounding, evex_rounding_64_mode }
407 #define EXxEVexS { OP_Rounding, evex_sae_mode }
9866 if (intel_syntax && dp && dp->op[2].rtn == OP_Rounding in print_insn()
13741 OP_Rounding (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_Rounding() function
H A DChangeLog-2013421 * i386-dis.c (OP_Rounding): New.
H A DChangeLog-2018957 (OP_Rounding): Handle evex_rounding_64_mode.
H A DChangeLog-20201721 (OP_Rounding): Move abort() invocation.
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Di386-dis.c95 static void OP_Rounding (int, int);
442 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
443 #define EXxEVexS { OP_Rounding, evex_sae_mode }
13619 if (intel_syntax && dp && dp->op[2].rtn == OP_Rounding in print_insn()
17831 OP_Rounding (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_Rounding() function
H A DChangeLog-2013421 * i386-dis.c (OP_Rounding): New.
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Di386-dis.c95 static void OP_Rounding (int, int);
442 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
443 #define EXxEVexS { OP_Rounding, evex_sae_mode }
13619 if (intel_syntax && dp && dp->op[2].rtn == OP_Rounding in print_insn()
17831 OP_Rounding (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_Rounding() function
H A DChangeLog-2013421 * i386-dis.c (OP_Rounding): New.
/dports/emulators/aranym/aranym-1.1.0/src/disasm/
H A Ddisasm-x86-builtin.c391 #define EXxEVexR { OP_Rounding, evex_rounding_mode }
392 #define EXxEVexS { OP_Rounding, evex_sae_mode }
5741 static void OP_Rounding(disassemble_info *info, int bytemode, int sizeflag) in OP_Rounding() function
17666 …if (info->intel_syntax && dp && dp->op[2].rtn == OP_Rounding && dp->op[3].rtn == OP_E && dp->op[4]… in print_insn()