| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | pyr.h | 94 #define CONVERT (1|8|0x10|0x20|0x200) macro 141 {"cvtbw", { 2, "", CONVERT, 0x22} }, 142 {"cvthw", { 2, "", CONVERT, 0x23} }, 143 {"cvtwb", { 2, "", CONVERT, 0x24} }, 144 {"cvtwh", { 2, "", CONVERT, 0x25} }, 145 {"cvtwf", { 2, "", CONVERT, 0x26} }, 146 {"cvtwd", { 2, "", CONVERT, 0x27} }, 147 {"cvtfw", { 2, "", CONVERT, 0x28} }, 148 {"cvtfd", { 2, "", CONVERT, 0x29} }, 149 {"cvtdw", { 2, "", CONVERT, 0x2a} }, [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | pyr.h | 94 #define CONVERT (1|8|0x10|0x20|0x200) macro 141 {"cvtbw", { 2, "", CONVERT, 0x22} }, 142 {"cvthw", { 2, "", CONVERT, 0x23} }, 143 {"cvtwb", { 2, "", CONVERT, 0x24} }, 144 {"cvtwh", { 2, "", CONVERT, 0x25} }, 145 {"cvtwf", { 2, "", CONVERT, 0x26} }, 146 {"cvtwd", { 2, "", CONVERT, 0x27} }, 147 {"cvtfw", { 2, "", CONVERT, 0x28} }, 148 {"cvtfd", { 2, "", CONVERT, 0x29} }, 149 {"cvtdw", { 2, "", CONVERT, 0x2a} }, [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | javaop.def | 83 CONVERT: Convert top of stack value from one type to another. 243 JAVAOP (i2l, 133, CONVERT, INT, LONG) 244 JAVAOP (i2f, 134, CONVERT, INT, FLOAT) 245 JAVAOP (i2d, 135, CONVERT, INT, DOUBLE) 246 JAVAOP (l2i, 136, CONVERT, LONG, INT) 247 JAVAOP (l2f, 137, CONVERT, LONG, FLOAT) 248 JAVAOP (l2d, 138, CONVERT, LONG, DOUBLE) 249 JAVAOP (f2i, 139, CONVERT, FLOAT, INT) 250 JAVAOP (f2l, 140, CONVERT, FLOAT, LONG) 251 JAVAOP (f2d, 141, CONVERT, FLOAT, DOUBLE) [all …]
|
| H A D | jcf-dump.c | 1192 #define CONVERT(OPERAND_TYPE, OPERAND_VALUE) /* nothing */ macro
|
| H A D | expr.c | 3179 #define CONVERT(FROM_TYPE, TO_TYPE) \ macro
|
| H A D | ChangeLog | 14559 (CONVERT): Modified to invoke convert().
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bld-op.def | 60 FFEBLD_OP (FFEBLD_opCONVERT, "CONVERT", 1)
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ReleaseNotes.rst | 314 * Support ISA of ``AVX-NE-CONVERT``.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86.td | 276 "Support AVX-NE-CONVERT instructions",
|
| H A D | X86InstrSSE.td | 8246 // AVX-NE-CONVERT
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ReleaseNotes.rst | 985 - Support ISA of ``AVX-NE-CONVERT``.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | BuiltinsX86.def | 2119 // AVX-NE-CONVERT
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsX86.td | 5434 // AVX-NE-CONVERT
|