HomeSort by relevance Sort by last modified time
    Searched refs:SMUL (Results 1 - 23 of 23) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 204 virtual void SMUL(int cc, int xy,
290 SMUL(cc, xyBB, Rd, Rm, Rs); }
292 SMUL(cc, xyTB, Rd, Rm, Rs); }
294 SMUL(cc, xyBT, Rd, Rm, Rs); }
296 SMUL(cc, xyTT, Rd, Rm, Rs); }
ARMAssemblerProxy.cpp 272 void ARMAssemblerProxy::SMUL(int cc, int xy, int Rd, int Rm, int Rs) {
273 mTarget->SMUL(cc, xy, Rd, Rm, Rs);
ARMAssembler.h 148 virtual void SMUL(int cc, int xy,
ARMAssemblerProxy.h 135 virtual void SMUL(int cc, int xy,
Arm64Assembler.h 165 virtual void SMUL(int cc, int xy,
MIPS64Assembler.h 152 virtual void SMUL(int cc, int xy,
ARMAssembler.cpp 388 void ARMAssembler::SMUL(int cc, int xy,
MIPSAssembler.h 147 virtual void SMUL(int cc, int xy,
blending.cpp 553 else SMUL(AL, xy, d.reg, vreg, freg);
Arm64Assembler.cpp 773 void ArmToArm64Assembler::SMUL(int cc, int xy,
    [all...]
MIPS64Assembler.cpp     [all...]
MIPSAssembler.cpp     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
splet.s 37 ! test SMUL with negative result
39 smul %g1, %g2, %g3
41 ! test SMUL with positive result
43 smul %g1, %g2, %g3
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_32.c 109 FAIL_IF(push_inst(compiler, SMUL | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst)));
sljitNativeSPARC_common.c 176 #define SMUL (OPC1(0x2) | OPC3(0x0b))
779 FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));
801 FAIL_IF(push_inst(compiler, SMUL | D(SLJIT_R1) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R1)));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 234 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
235 ADD, SUB, ADC, SBB, SMUL,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 342 ADD, SUB, ADC, SBB, SMUL,
351 // 8-bit SMUL/UMUL - AX, FLAGS = smul8/umul8 AL, RHS.
    [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go     [all...]
  /external/valgrind/none/tests/arm/
v6media.stdout.exp 157 ------------ SMUL{B,T}{B,T} ------------
    [all...]

Completed in 456 milliseconds