HomeSort by relevance Sort by last modified time
    Searched refs:CMP (Results 276 - 300 of 370) sorted by null

<<1112131415

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 246 CMP bS10, #0
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 281 CMP(int cc, int Rn, uint32_t Op2) {
  /art/compiler/utils/arm/
assembler_thumb2.cc 602 void Thumb2Assembler::cmp(Register rn, const ShifterOperand& so, Condition cond) { function in class:art::arm::Thumb2Assembler
603 EmitDataProcessing(cond, CMP, kCcSet, rn, R0, so);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
tables.go     [all...]
plan9x.go 145 CMP: true,
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
tables.go     [all...]
plan9x.go 145 CMP: true,
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
a.out.go 467 ACMPW /* CMP with L=0 */
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
a.out.go 464 ACMPW /* CMP with L=0 */
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
a.out.go 467 ACMPW /* CMP with L=0 */
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
a.out.go 464 ACMPW /* CMP with L=0 */
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
tables.go 370 CMP
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
tables.go 370 CMP
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rl78-parse.y 162 %token CALL CALLT CLR1 CLRB CLRW CMP CMP0 CMPS CMPW
200 /* addsub is ADD, ADDC, SUB, SUBC, AND, OR, XOR, and parts of CMP. */
239 { rl78_error ("Only CMP takes these operands"); }
1144 | CMP { $$ = 0x40; }
1280 OPC(CMP),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 55 CMP, // ARM compare instructions.
638 SDValue ARMcc, SDValue CCR, SDValue Cmp,
644 SDValue duplicateCmp(SDValue Cmp, SelectionDAG &DAG) const;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 679 CMP pSrcResidue, #0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 404 CMP pSrcResidue, #0
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block_arm.s 223 CMP Rt0, Rdata
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block_arm.s 223 CMP Rt0, Rdata
  /toolchain/binutils/binutils-2.25/opcodes/
m88k-dis.c 134 {0xf4007c00,"cmp ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {1,1,PINT,CMP, 0,1,1,1,0,0,0,0,0,0,0,0} },
144 {0x7c000000,"cmp ",{21,5,REG} ,{16,5,REG} ,{0,16,HEX}, {1,1,PINT,CMP, i16bit,1,0,1,0,0,0,0,0,0,0,0} },
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
ggen.go 437 // CMP arg, $0
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
ggen.go 437 // CMP arg, $0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_bad_reg.s 111 @ CMP (immediate)
112 cmp.w r13, #1 @ OK
113 cmp.w r15, #1
114 @ CMP (register)
115 cmp r13, r0 @ OK
116 cmp r15, r0
117 cmp r0, r13 @ Deprecated
118 cmp r0, r15
119 cmp.n r0, r13 @ Deprecated
120 cmp.n r0, r15
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 88 CMP, COMI, UCOMI,
94 /// operand, usually produced by a CMP instruction.
104 /// X86 FP SETCC, implemented with CMP{cc}SS/CMP{cc}SD.
115 /// flag operand produced by a CMP or TEST instruction. It also writes a
121 /// condition code, and operand 3 is the flag operand produced by a CMP
    [all...]

Completed in 5756 milliseconds

<<1112131415