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

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 171 UXTH sum1, sum1 ;// upsum1 (Clear the top junk bits)
172 UXTH sum2, sum2 ;// upsum2 (Clear the top junk bits)
240 UXTH sum1, sum1 ;// upsum1 (Clear the top junk bits)
241 UXTH sum2, sum2 ;// upsum2 (Clear the top junk bits)
456 UXTH c, c ;// only in half word
463 UXTH b, b
464 UXTH tVal7, tVal7
omxVCM4P10_PredictIntra_16x16_s.s 242 UXTH sum, tVal2 ;// Extract the lower half for result
299 UXTH sum, sum ;// sum only byte rest cleared
443 UXTH tVal14, tVal14 ;// tVal14 = Cleared the upper half word
450 UXTH tVal12, tVal12 ;// tVal12 = Cleared the upper half word
451 UXTH tVal10, tVal10 ;// tVal12 = Cleared the upper half word
omxVCM4P10_PredictIntra_4x4_s.s 179 UXTH tVal11, tVal11 ;// upsum1 (Clear the top junk bits)
218 UXTH Out0, Out0 ;// upsum1 (Clear the top junk bits)
400 UXTH tVal11, Out3, ROR #8 ;// tVal11= 00 00 i1 i2
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 41 UXTH,
61 case AArch64_AM::UXTH: return "uxth";
128 case 1: return AArch64_AM::UXTH;
144 /// 001 ==> uxth
155 case AArch64_AM::UXTH: return 1; break;
191 /// 001 ==> uxth
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 235 "UXTH",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 235 "UXTH",
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
addsub.s 102 .irp extend, UXTB, UXTH, UXTW, UXTX, SXTB, SXTH, SXTW, SXTX
  /art/compiler/optimizing/
common_arm64.h 332 case HDataProcWithShifterOp::kUXTH: return vixl::aarch64::UXTH;
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 360 UXTH,
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 3426 UXTH
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 3426 UXTH
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp     [all...]
AArch64ISelDAGToDAG.cpp 391 return AArch64_AM::UXTH;
409 return !IsLoadStore ? AArch64_AM::UXTH : AArch64_AM::InvalidShiftExtend;
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 656 @ UXTB/UXTH
659 uxth r1, r4
662 @ CHECK: uxth r1, r4 @ encoding: [0xa1,0xb2]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-thumb-instructions.s 605 @ UXTB/UXTH
608 uxth r1, r4
611 @ CHECK: uxth r1, r4 @ encoding: [0xa1,0xb2]
  /external/pcre/dist2/src/sljit/
sljitNativeARM_T2_32.c 167 #define UXTH 0xb280
707 return push_inst16(compiler, UXTH | RD3(dst) | RN3(arg2));
    [all...]
sljitNativeARM_32.c 124 #define UXTH 0xe6ff0070
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 117 return Operand(InputRegister32(index), UXTH);
147 return Operand(InputRegister64(index), UXTH);
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 340 UXTH = 1,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_bad_reg.s 979 @ UXTH
980 uxth r13, r0
981 uxth r15, r0
982 uxth r0, r13
983 uxth r0, r15
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMExpandPseudoInsts.cpp     [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc 327 __ Mvn(w12, Operand(w2, UXTH, 2));
502 __ Mov(w25, Operand(w13, UXTH, 2));
556 __ Mov(w21, Operand(w11, UXTH, 1));
563 __ Mov(x27, Operand(x12, UXTH, 1));
636 __ Orr(x7, x0, Operand(x1, UXTH, 1));
730 __ Orn(x7, x0, Operand(x1, UXTH, 1));
797 __ And(x7, x0, Operand(x1, UXTH, 1));
935 __ Bic(x7, x0, Operand(x1, UXTH, 1));
1059 __ Eor(x7, x0, Operand(x1, UXTH, 1));
1126 __ Eon(x7, x0, Operand(x1, UXTH, 1))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 286 UXTH = 1,
    [all...]

Completed in 1773 milliseconds

1 2