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

1 2

  /external/libhevc/common/arm64/
ihevc_mem_fns.s 117 CMN x2,#8
189 CMN x2,#8
262 CMN x2,#8
  /prebuilts/go/darwin-x86/src/syscall/
asm_linux_arm64.s 19 CMN $4095, R0
45 CMN $4095, R0
70 CMN $4095, R0
93 CMN $4095, R0
  /prebuilts/go/linux-x86/src/syscall/
asm_linux_arm64.s 19 CMN $4095, R0
45 CMN $4095, R0
70 CMN $4095, R0
93 CMN $4095, R0
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 81 CMN r4, r6 @check for negative saturation
90 CMN r5, r6 @check for negative saturation
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_arm64.s 66 CMN $4095, R0
77 CMN $4095, R0
90 CMN $4095, R0
103 CMN $4095, R0
218 CMN $4095, R0
277 CMN $4095, R0
380 CMN $4095, R0
vlop_arm.s 149 CMN RM, Rr // t = r-d
165 CMN Rr>>1, RM // if(r/2 >= d)
168 CMN Rr, RM
  /prebuilts/go/linux-x86/src/runtime/
sys_linux_arm64.s 66 CMN $4095, R0
77 CMN $4095, R0
90 CMN $4095, R0
103 CMN $4095, R0
218 CMN $4095, R0
277 CMN $4095, R0
380 CMN $4095, R0
vlop_arm.s 149 CMN RM, Rr // t = r-d
165 CMN Rr>>1, RM // if(r/2 >= d)
168 CMN Rr, RM
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
addsub.s 80 // cmn/cmp
135 // cmn/cmp/neg/negs
190 .irp op, CMN, CMP
211 .irp op, CMN, CMP
  /art/compiler/utils/arm/
constants_arm.h 146 CMN = 11, // Compare Negated
assembler_thumb2.cc 607 void Thumb2Assembler::cmn(Register rn, const ShifterOperand& so, Condition cond) { function in class:art::arm::Thumb2Assembler
608 EmitDataProcessing(cond, CMN, kCcSet, rn, R0, so);
    [all...]
assembler_arm32.cc 128 void Arm32Assembler::cmn(Register rn, const ShifterOperand& so, Condition cond) { function in class:art::arm::Arm32Assembler
129 EmitType01(cond, so.type(), CMN, kCcSet, rn, R0, so);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 134 CMN dx,dy
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 160 CMN dx,dy
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_Interpolate_Chroma_s.S 48 CMN r6,r7
  /external/v8/src/arm/
constants-arm.h 152 CMN = 11 << 21, // Compare Negated.
simulator-arm.cc     [all...]
assembler-arm.cc 1501 void Assembler::cmn(Register src1, const Operand& src2, Condition cond) { function in class:v8::internal::Assembler
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 285 CMN(int cc, int Rn, uint32_t Op2) {
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 56 CMN, // ARM CMN instructions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_bad_reg.s 103 @ CMN (immediate)
104 cmn r13, #1 @ OK
105 cmn r15, #1
106 @ CMN (register)
107 cmn.w r13, r0 @ OK
108 cmn.w r15, r0
109 cmn.w r0, r13
110 cmn.w r0, r15
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 210 @ CMN
213 cmn r5, r1
215 @ CHECK: cmn r5, r1 @ encoding: [0xcd,0x42]
v8_IT_manual.s 256 @ CMN reg, encoding T1
260 @ CMN reg, encoding T2 (32-bit)
    [all...]
basic-arm-instructions.s 688 @ CMN
690 cmn r1, #0xf
691 cmn r1, $0xf
692 cmn r1, 0xf
693 cmn r1, -0xf
694 cmn r7, #(0xff << 16)
695 cmn r7, #-2147483638
696 cmn r7, #42, #2
697 cmn r7, #40, #2
698 cmn r7, $40, $
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-aliases.s 58 ; ADDS to WZR/XZR is a CMN
60 cmn w1, #3, lsl #0
61 cmn x2, #4194304
62 cmn w4, w5
63 cmn x6, x7
64 cmn w8, w9, asr #3
65 cmn x2, x3, lsr #4
66 cmn x2, w3, uxtb #1
67 cmn x4, x5, uxtx #1
69 ; CHECK: cmn w1, #3 ; encoding: [0x3f,0x0c,0x00,0x31
    [all...]

Completed in 867 milliseconds

1 2