Searched refs:IMUL (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | specialization-constant-evaluation.comp | 16 const uint IMUL = UTWO * UTWO; // 4 22 const uint UMOD = IADD % IMUL; // 2 60 DUMMY_SSBO(IMul, 2, IMUL - 3);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/ |
D | specialization-constant-evaluation.comp | 27 const uint IMUL = (UTWO * UTWO); 28 const uint _37 = (IMUL - 3u); 42 const uint UMOD = (IADD % IMUL);
|
/third_party/mesa3d/docs/relnotes/ |
D | 18.1.9.rst | 142 - nvir: Always split 64-bit IMAD/IMUL operations
|
D | 18.2.1.rst | 171 - nvir: Always split 64-bit IMAD/IMUL operations
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_utils.h | 1145 IMUL y in Mulsh86()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_gv100.cpp | 120 OPINFO(IMUL , R , NONE, RIC , NONE, NONE, NONE);
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_common.c | 197 #define IMUL (/* GROUP_F7 */ 5 << 3) macro 1191 *inst |= IMUL; in sljit_emit_op0()
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | i386.txt | 574 IMUL 2684 operands. MUL operates on unsigned numbers, while IMUL operates on signed 2696 IMUL (Signed Integer Multiply) performs a signed multiplication operation. 2697 IMUL has three variations: 2731 Forms 2 and 3 of IMUL may also be used with unsigned operands because, 15155 IMUL Signed Multiply 15160 F6 /5 IMUL r/m8 9-14/12-17 AX AL * r/m byte 15161 F7 /5 IMUL r/m16 9-22/12-25 DX:AX AX * r/m word 15162 F7 /5 IMUL r/m32 9-38/12-41 EDX:EAX EAX * r/m dword 15163 0F AF /r IMUL r16,r/m16 9-22/12-25 word register word [all …]
|
D | i386-notutf8.txt | 574 IMUL 2684 operands. MUL operates on unsigned numbers, while IMUL operates on signed 2696 IMUL (Signed Integer Multiply) performs a signed multiplication operation. 2697 IMUL has three variations: 2731 Forms 2 and 3 of IMUL may also be used with unsigned operands because, 15155 IMUL �� Signed Multiply 15160 F6 /5 IMUL r/m8 9-14/12-17 AX AL * r/m byte 15161 F7 /5 IMUL r/m16 9-22/12-25 DX:AX AX * r/m word 15162 F7 /5 IMUL r/m32 9-38/12-41 EDX:EAX EAX * r/m dword 15163 0F AF /r IMUL r16,r/m16 9-22/12-25 word register word [all …]
|
D | words.txt | 1891 IMUL
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 152 // X = IMUL Y, Z --> X = IMUL Z, Y
|
D | X86ScheduleZnver2.td | 592 // MUL IMUL.
|
D | X86ScheduleZnver1.td | 603 // MUL IMUL.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmWriter1.inc | 32544 // BEXTR32rm, BEXTR64rm, BEXTRI32mi, BEXTRI64mi, BZHI32rm, BZHI64rm, IMUL...
|
D | X86GenAsmWriter.inc | 47515 // BEXTR32rm, BEXTR64rm, BEXTRI32mi, BEXTRI64mi, BZHI32rm, BZHI64rm, IMUL...
|