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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /external/blktrace/
strverscmp.c 79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
80 #define CMP 2
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
114 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.h 38 /// CMP, UCMP - Compare instruction
39 CMP,
44 /// and operand 3 is the flag operand produced by a CMP instruction.
  /toolchain/binutils/binutils-2.27/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c 93 #define CMP(t, x, y) (cmp((t), (x), (y)))
95 #define CMP(t, x, y) (cmp((x), (y)))
99 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk
105 return CMP(thunk, a, b) < 0 ?
106 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
107 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ))
    [all...]
  /external/llvm/lib/Target/AVR/
AVRISelLowering.h 48 /// condition code, and operand 3 is the flag operand produced by a CMP
52 CMP,
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.h 47 /// CMP - Compare instruction.
48 CMP,
51 /// operand produced by a CMP instruction.
56 /// condition code, and operand 3 is the flag operand produced by a CMP
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_builder.h 502 * CMP: Sets the low bit of the destination channels with the result
507 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1,
512 * CMP null<d> src0<f> src1<f>
brw_vec4_builder.h 448 * CMP: Sets the low bit of the destination channels with the result
453 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1,
458 * CMP null<d> src0<f> src1<f>
brw_vec4_visitor.cpp 223 * CMP: Sets the low bit of the destination channels with the result
228 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1,
235 * CMP null<d> src0<f> src1<f>
    [all...]
  /art/compiler/utils/arm/
constants_arm.h 115 CMP = 10, // Compare
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 529 unsigned CMP = R.createVirtualRegister(MBlaze::GPRRegisterClass);
530 BuildMI(start, dl, TII->get(MBlaze::CMP), CMP)
535 .addReg(CMP)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 54 CMP, // ARM compare instructions.
492 SDValue duplicateCmp(SDValue Cmp, SelectionDAG &DAG) const;
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 281 CMP(int cc, int Rn, uint32_t Op2) {
  /external/elfutils/src/
unstrip.c 844 #define CMP(value) \
858 CMP (value);
859 CMP (size);
860 CMP (shndx);
871 int cmp;
874 cmp = (s1->name == NULL) - (s2->name == NULL);
876 if (cmp == 0)
878 cmp = ((GELF_ST_BIND (s2->info.info) == STB_LOCAL)
881 if (cmp == 0)
883 cmp = ((GELF_ST_TYPE (s2->info.info) == STT_SECTION
869 int cmp; local
1343 int cmp = compare_unalloc_sections (shdr, &sec->shdr, local
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 152 #define CMP (HI(31) | LO(0))
    [all...]
sljitNativeX86_common.c 170 #define CMP (/* BINARY */ 7 << 3)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 84 CMP, COMI, UCOMI,
90 /// operand, usually produced by a CMP instruction.
97 /// X86 FP SETCC, implemented with CMP{cc}SS/CMP{cc}SD.
108 /// flag operand produced by a CMP or TEST instruction. It also writes a
114 /// condition code, and operand 3 is the flag operand produced by a CMP
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
m88k.h 266 #define CMP ADD+8
270 #define LDAB CMP+1
271 #define LDAH CMP+2
272 #define LDA CMP+3
273 #define LDAD CMP+4

Completed in 519 milliseconds

1 2