/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | partial-reg-update.s | 4 imul %ax, %cx label
|
D | partial-reg-update-4.s | 9 imul %ax, %bx label
|
D | partial-reg-update-6.s | 10 imul %edx, %ecx label
|
D | dependency-breaking-sbb-2.s | 10 imul %edx, %eax label
|
D | partial-reg-update-2.s | 4 imul %rax, %rbx label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/ |
D | partial-reg-update.s | 4 imul %ax, %cx label
|
D | partial-reg-update-2.s | 4 imul %rax, %rbx label
|
D | partial-reg-update-6.s | 9 imul %edx, %ecx label
|
D | partial-reg-update-4.s | 7 imul %ax, %bx label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | x86_64-signed-reloc.s | 13 imul $foo, %rax // CHECK-NEXT: R_X86_64_32S label
|
D | intel-syntax.s | 767 imul bx, 123 label 768 imul ebx, 123 label 769 imul rbx, 123 label
|
D | x86-64.s | 212 imul $12, %eax label
|
/external/llvm/test/MC/X86/ |
D | x86_64-signed-reloc.s | 13 imul $foo, %rax // CHECK-NEXT: R_X86_64_32S label
|
D | intel-syntax.s | 703 imul bx, 123 label 704 imul ebx, 123 label 705 imul rbx, 123 label
|
D | x86-64.s | 207 imul $12, %eax label
|
/external/python/cpython2/Lib/test/ |
D | test_list.py | 58 def imul(a, b): a *= b function
|
/external/python/cpython3/Lib/test/ |
D | test_list.py | 66 def imul(a, b): a *= b function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 3051 void AssemblerX86Base<TraitsType>::imul(Type Ty, GPRRegister dst, in imul() function 3065 void AssemblerX86Base<TraitsType>::imul(Type Ty, GPRRegister reg, in imul() function 3080 void AssemblerX86Base<TraitsType>::imul(Type Ty, GPRRegister reg, in imul() function 3099 void AssemblerX86Base<TraitsType>::imul(Type Ty, GPRRegister reg) { in imul() function 3112 void AssemblerX86Base<TraitsType>::imul(Type Ty, const Address &address) { in imul() function 3126 void AssemblerX86Base<TraitsType>::imul(Type Ty, GPRRegister dst, in imul() function 3145 void AssemblerX86Base<TraitsType>::imul(Type Ty, GPRRegister dst, in imul() function
|
/external/python/cpython3/Lib/ |
D | operator.py | 370 def imul(a, b): function
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 204 imul $12, %eax label
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1033 __ imul(i.OutputRegister(), i.InputOperand(0), i.InputInt32(1)); in AssembleArchInstruction() local 1035 __ imul(i.OutputRegister(), i.InputOperand(1)); in AssembleArchInstruction() local 1039 __ imul(i.InputRegister(1)); in AssembleArchInstruction() local 1139 __ imul(i.OutputRegister(1), i.InputOperand(0)); in AssembleArchInstruction() local 1141 __ imul(i.TempRegister(0), i.InputOperand(2)); in AssembleArchInstruction() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 1011 void Assembler::imul(Register reg) { in imul() function in v8::internal::Assembler 1017 void Assembler::imul(Register dst, Operand src) { in imul() function in v8::internal::Assembler 1025 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul() function in v8::internal::Assembler 1029 void Assembler::imul(Register dst, Operand src, int32_t imm32) { in imul() function in v8::internal::Assembler
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 3019 int imul; // integer MUL to MUL delay 3 member
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 808 void ShaderCore::imul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imul() function in sw::ShaderCore
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 808 void ShaderCore::imul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imul() function in sw::ShaderCore
|