Home
last modified time | relevance | path

Searched defs:imul (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dpartial-reg-update.s4 imul %ax, %cx label
Dpartial-reg-update-4.s9 imul %ax, %bx label
Dpartial-reg-update-6.s10 imul %edx, %ecx label
Ddependency-breaking-sbb-2.s10 imul %edx, %eax label
Dpartial-reg-update-2.s4 imul %rax, %rbx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dpartial-reg-update.s4 imul %ax, %cx label
Dpartial-reg-update-2.s4 imul %rax, %rbx label
Dpartial-reg-update-6.s9 imul %edx, %ecx label
Dpartial-reg-update-4.s7 imul %ax, %bx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dx86_64-signed-reloc.s13 imul $foo, %rax // CHECK-NEXT: R_X86_64_32S label
Dintel-syntax.s767 imul bx, 123 label
768 imul ebx, 123 label
769 imul rbx, 123 label
Dx86-64.s212 imul $12, %eax label
/external/llvm/test/MC/X86/
Dx86_64-signed-reloc.s13 imul $foo, %rax // CHECK-NEXT: R_X86_64_32S label
Dintel-syntax.s703 imul bx, 123 label
704 imul ebx, 123 label
705 imul rbx, 123 label
Dx86-64.s207 imul $12, %eax label
/external/python/cpython2/Lib/test/
Dtest_list.py58 def imul(a, b): a *= b function
/external/python/cpython3/Lib/test/
Dtest_list.py66 def imul(a, b): a *= b function
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h3051 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/
Doperator.py370 def imul(a, b): function
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-64.s204 imul $12, %eax label
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1033 __ 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/
Dassembler-ia32.cc1011 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/
Dnv50_ir_emit_nvc0.cpp3019 int imul; // integer MUL to MUL delay 3 member
/external/swiftshader/src/Pipeline/
DShaderCore.cpp808 void ShaderCore::imul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imul() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.cpp808 void ShaderCore::imul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imul() function in sw::ShaderCore

12