HomeSort by relevance Sort by last modified time
    Searched refs:UMULL (Results 1 - 25 of 42) sorted by null

1 2

  /external/libxaac/decoder/armv8/
ixheaacd_overlap_add2.s 78 UMULL V23.4S, V0.4H, V2.4H
96 UMULL V19.4S, V8.4H, V10.4H
100 UMULL V23.4S, V0.4H, V2.4H
143 UMULL V19.4S, V8.4H, V10.4H
198 UMULL V23.4S, V1.4H, V3.4H
209 UMULL V23.4S, V1.4H, V3.4H
234 UMULL V19.4S, V9.4H, V11.4H
248 UMULL V23.4S, V1.4H, V3.4H
286 UMULL V19.4S, V9.4H, V11.4H
ixheaacd_overlap_add1.s 95 UMULL V15.4S, V7.4H, V2.4H
114 UMULL V12.4S, V31.4H, V3.4H
153 UMULL V15.4S, V7.4H, V2.4H
155 UMULL V12.4S, V1.4H, V3.4H
206 UMULL V15.4S, V7.4H, V2.4H
211 UMULL V12.4S, V1.4H, V3.4H
274 UMULL V15.4S, V7.4H, V2.4H
276 UMULL V12.4s, V1.4H, V3.4H
ixheaacd_imdct_using_fft.s 331 UMULL v19.4S, v26.4H, v31.4H
332 UMULL v18.4S, v28.4H, v31.4H
341 UMULL v13.4S, v24.4H, v31.4H
342 UMULL v14.4S, v22.4H, v31.4H
ixheaacd_sbr_imdct_using_fft.s 284 UMULL V19.4S, V26.4H, V31.4H
285 UMULL V18.4S, V28.4H, V31.4H
292 UMULL V13.4S, V24.4H, V31.4H
293 UMULL V14.4S, V22.4H, V31.4H
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 231 "UMULL",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 231 "UMULL",
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 172 void ARMAssemblerProxy::UMULL(int cc, int s,
174 mTarget->UMULL(cc, s, RdLo, RdHi, Rm, Rs);
ARMAssembler.h 97 virtual void UMULL(int cc, int s,
ARMAssemblerProxy.h 86 virtual void UMULL(int cc, int s,
ARMAssemblerInterface.h 132 virtual void UMULL(int cc, int s,
Arm64Assembler.h 105 virtual void UMULL(int cc, int s,
MIPS64Assembler.h 102 virtual void UMULL(int cc, int s,
ARMAssembler.cpp 227 void ARMAssembler::UMULL(int cc, int s,
230 "UMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
MIPSAssembler.h 97 virtual void UMULL(int cc, int s,
Arm64Assembler.cpp 532 void ArmToArm64Assembler::UMULL(int /*cc*/, int /*s*/,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 3138 UMULL
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 3138 UMULL
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 188 UMULL,
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
arm64enc.s 388 UMULL R18, R22, R19 // d37eb29b
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm64enc.s 388 UMULL R18, R22, R19 // d37eb29b
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 437 UMULL
906 UMULL: "UMULL",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 437 UMULL
906 UMULL: "UMULL",
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 171 {name: "UMULL", argLength: 2, reg: gp21, asm: "UMULL", commutative: true}, // arg0 * arg1, unsigned, 32-bit mult results in 64-bit
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 171 {name: "UMULL", argLength: 2, reg: gp21, asm: "UMULL", commutative: true}, // arg0 * arg1, unsigned, 32-bit mult results in 64-bit
  /external/pcre/dist2/src/sljit/
sljitNativeARM_T2_32.c 164 #define UMULL 0xfba00000
    [all...]

Completed in 1061 milliseconds

1 2