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

1 2 3

  /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
  /art/compiler/utils/arm/
constants_arm.h 116 CMN = 11, // Compare Negated
  /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/cmd/internal/obj/arm/
anames.go 20 "CMN",
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_arm64.s 75 CMN $4095, R0
86 CMN $4095, R0
99 CMN $4095, R0
112 CMN $4095, R0
225 CMN $4095, R0
280 CMN $4095, R0
296 CMN $4095, R0
399 CMN $4095, R0
vlop_arm.s 138 CMN RM, Rr // t = r-d
162 CMN Rr>>1, RM // if(r/2 >= d)
165 CMN Rr, RM
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
anames.go 20 "CMN",
  /prebuilts/go/linux-x86/src/runtime/
sys_linux_arm64.s 75 CMN $4095, R0
86 CMN $4095, R0
99 CMN $4095, R0
112 CMN $4095, R0
225 CMN $4095, R0
280 CMN $4095, R0
296 CMN $4095, R0
399 CMN $4095, R0
vlop_arm.s 138 CMN RM, Rr // t = r-d
162 CMN Rr>>1, RM // if(r/2 >= d)
165 CMN Rr, RM
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
arm64enc.s 91 //TODO CMN R0.UXTW<<4, R16 // 1f5220ab
93 CMN R6->17, R3 // 7f4486ab
95 CMN $(8<<12), R12 // CMN $32768, R12 // 9f2140b1
96 CMN R6->0, R3 // 7f0086ab
97 CMN R6, R3 // 7f0006ab
100 CMN ZR, R3 // 7f001fab
101 CMN R0, R3 // 7f0000ab
arm.s 724 // CMN
725 CMN $255, R7 // ff0077e3
726 CMN $4278190080, R9 // ff0479e3
727 CMN R9<<30, R7 // 090f77e1
728 CMN R9>>30, R7 // 290f77e1
729 CMN R9->30, R7 // 490f77e1
730 CMN R9@>30, R7 // 690f77e1
731 CMN R9<<R8, R7 // 190877e1
732 CMN R9>>R8, R7 // 390877e1
733 CMN R9->R8, R7 // 590877e
    [all...]
arm64.s 43 CMN R1.SXTX<<2, R10 // 5fe921ab
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm64enc.s 91 //TODO CMN R0.UXTW<<4, R16 // 1f5220ab
93 CMN R6->17, R3 // 7f4486ab
95 CMN $(8<<12), R12 // CMN $32768, R12 // 9f2140b1
96 CMN R6->0, R3 // 7f0086ab
97 CMN R6, R3 // 7f0006ab
100 CMN ZR, R3 // 7f001fab
101 CMN R0, R3 // 7f0000ab
arm.s 724 // CMN
725 CMN $255, R7 // ff0077e3
726 CMN $4278190080, R9 // ff0479e3
727 CMN R9<<30, R7 // 090f77e1
728 CMN R9>>30, R7 // 290f77e1
729 CMN R9->30, R7 // 490f77e1
730 CMN R9@>30, R7 // 690f77e1
731 CMN R9<<R8, R7 // 190877e1
732 CMN R9>>R8, R7 // 390877e1
733 CMN R9->R8, R7 // 590877e
    [all...]
arm64.s 43 CMN R1.SXTX<<2, R10 // 5fe921ab
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
addsub.s 80 // cmn/cmp
135 // cmn/cmp/neg/negs
190 .irp op, CMN, CMP
211 .irp op, CMN, CMP
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 54 "CMN",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 54 "CMN",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
ARMOps.go 317 {name: "CMN", argLength: 2, reg: gp2flags, asm: "CMN", typ: "Flags", commutative: true}, // arg0 compare to -arg1
318 {name: "CMNconst", argLength: 1, reg: gp1flags, asm: "CMN", aux: "Int32", typ: "Flags"}, // arg0 compare to -auxInt
329 {name: "CMNshiftLL", argLength: 2, reg: gp2flags, asm: "CMN", aux: "Int32", typ: "Flags"}, // arg0 compare to -(arg1<<auxInt)
330 {name: "CMNshiftRL", argLength: 2, reg: gp2flags, asm: "CMN", aux: "Int32", typ: "Flags"}, // arg0 compare to -(arg1>>auxInt), unsigned shift
331 {name: "CMNshiftRA", argLength: 2, reg: gp2flags, asm: "CMN", aux: "Int32", typ: "Flags"}, // arg0 compare to -(arg1>>auxInt), signed shift
342 {name: "CMNshiftLLreg", argLength: 3, reg: gp3flags, asm: "CMN", typ: "Flags"}, // arg0 + (arg1<<arg2) compare to 0
343 {name: "CMNshiftRLreg", argLength: 3, reg: gp3flags, asm: "CMN", typ: "Flags"}, // arg0 + (arg1>>arg2) compare to 0, unsigned shift
344 {name: "CMNshiftRAreg", argLength: 3, reg: gp3flags, asm: "CMN", typ: "Flags"}, // arg0 + (arg1>>arg2) compare to 0, signed shift
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
ARMOps.go 317 {name: "CMN", argLength: 2, reg: gp2flags, asm: "CMN", typ: "Flags", commutative: true}, // arg0 compare to -arg1
318 {name: "CMNconst", argLength: 1, reg: gp1flags, asm: "CMN", aux: "Int32", typ: "Flags"}, // arg0 compare to -auxInt
329 {name: "CMNshiftLL", argLength: 2, reg: gp2flags, asm: "CMN", aux: "Int32", typ: "Flags"}, // arg0 compare to -(arg1<<auxInt)
330 {name: "CMNshiftRL", argLength: 2, reg: gp2flags, asm: "CMN", aux: "Int32", typ: "Flags"}, // arg0 compare to -(arg1>>auxInt), unsigned shift
331 {name: "CMNshiftRA", argLength: 2, reg: gp2flags, asm: "CMN", aux: "Int32", typ: "Flags"}, // arg0 compare to -(arg1>>auxInt), signed shift
342 {name: "CMNshiftLLreg", argLength: 3, reg: gp3flags, asm: "CMN", typ: "Flags"}, // arg0 + (arg1<<arg2) compare to 0
343 {name: "CMNshiftRLreg", argLength: 3, reg: gp3flags, asm: "CMN", typ: "Flags"}, // arg0 + (arg1>>arg2) compare to 0, unsigned shift
344 {name: "CMNshiftRAreg", argLength: 3, reg: gp3flags, asm: "CMN", typ: "Flags"}, // arg0 + (arg1>>arg2) compare to 0, signed shift
    [all...]
  /external/v8/src/arm/
constants-arm.h 152 CMN = 11 << 21, // Compare Negated.
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 285 CMN(int cc, int Rn, uint32_t Op2) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 61 CMN
530 CMN: "CMN",
974 // CMN <Wn|WSP>, <Wm>{, <extend> {#<amount>}}
975 {0xffe0001f, 0x2b20001f, CMN, instArgs{arg_Wns, arg_Wm_extend__UXTB_0__UXTH_1__LSL_UXTW_2__UXTX_3__SXTB_4__SXTH_5__SXTW_6__SXTX_7__0_4}, nil},
978 // CMN <Xn|SP>, <R><m>{, <extend_1> {#<amount>}}
979 {0xffe0001f, 0xab20001f, CMN, instArgs{arg_Xns, arg_Rm_extend__UXTB_0__UXTH_1__UXTW_2__LSL_UXTX_3__SXTB_4__SXTH_5__SXTW_6__SXTX_7__0_4}, nil},
982 // CMN <Wn|WSP>, #<imm>{, <shift>}
983 {0xff00001f, 0x3100001f, CMN, instArgs{arg_Wns, arg_IAddSub}, nil},
986 // CMN <Xn|SP>, #<imm>{, <shift>
    [all...]

Completed in 875 milliseconds

1 2 3