/external/blktrace/ |
D | strverscmp.c | 80 #define CMP 2 macro 113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp() 114 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp() 115 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp() 116 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp() 117 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp() 118 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp() 119 /* S_Z */ CMP, +1, +1, CMP, -1, CMP, CMP, CMP, in strverscmp() 120 -1, CMP, CMP, CMP in strverscmp() 143 case CMP: in strverscmp()
|
/external/bison/lib/ |
D | strverscmp.c | 35 #define CMP 2 macro 85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in __strverscmp() 86 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in __strverscmp() 87 /* S_I */ CMP, -1, -1, CMP, 1, LEN, LEN, CMP, in __strverscmp() 88 1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in __strverscmp() 89 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in __strverscmp() 90 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in __strverscmp() 91 /* S_Z */ CMP, 1, 1, CMP, -1, CMP, CMP, CMP, in __strverscmp() 92 -1, CMP, CMP, CMP in __strverscmp() 115 case CMP: in __strverscmp()
|
/external/chromium_org/third_party/angle/src/compiler/ |
D | Common.h | 67 template <class K, class D, class CMP = std::less<K> > 68 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D> > > { 72 TMap() : std::map<K, D, CMP, tAllocator>() {} in TMap() 74 …TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_c… in TMap()
|
/external/qemu/target-arm/ |
D | iwmmxt_helper.c | 261 CMP(0, Tb, O, 0xff) | CMP(8, Tb, O, 0xff) | \ 262 CMP(16, Tb, O, 0xff) | CMP(24, Tb, O, 0xff) | \ 263 CMP(32, Tb, O, 0xff) | CMP(40, Tb, O, 0xff) | \ 264 CMP(48, Tb, O, 0xff) | CMP(56, Tb, O, 0xff); \ 274 a = CMP(0, Tw, O, 0xffff) | CMP(16, Tw, O, 0xffff) | \ 275 CMP(32, Tw, O, 0xffff) | CMP(48, Tw, O, 0xffff); \ 283 a = CMP(0, Tl, O, 0xffffffff) | \ 284 CMP(32, Tl, O, 0xffffffff); \ 289 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \ macro 294 #undef CMP [all …]
|
/external/openssh/ |
D | deattack.c | 71 #define CMP(a, b) (memcmp(a, b, SSH_BLOCKSIZE)) macro 89 if (!CMP(S, c)) { in check_crc() 133 if (!CMP(c, d)) { in detect_attack() 148 if (!CMP(c, buf + h[i] * SSH_BLOCKSIZE)) { in detect_attack()
|
/external/tremolo/Tremolo/ |
D | dpen.s | 79 CMP r0,#0 88 CMP r7, #3 91 CMP r7, #1 106 CMP r1, #0 @ if (i-read >= 0) === (i >= read) 135 CMP r10,#0x80 138 CMP r8, r7 @ if bit==0 (chase+bit==chase) (sets C) 163 CMP r1, #0 @ if (i-read >= 0) === (i >= read) 193 CMP r10,#0x8000 197 CMP r8, r7 @ if bit==0 (chase+bit==chase) sets C 221 CMP r1, #0 @ if (i-read >= 0) === (i >= read) [all …]
|
D | bitwiseARM.s | 76 CMP r12,r10 @ If bitsLeftInWord < bitsLeftInSeg 95 CMP r11,#0 101 CMP r14,#0 111 CMP r5,r1 120 CMP r5,r1 141 CMP r11,#0 184 CMP r14,#0 268 CMP r12,r10 @ If bitsLeftInWord < bitsLeftInSeg 289 CMP r11,#0 297 CMP r14,#0 [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | icmp.ll | 957 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp eq i32 [[AND]], 0 958 ; CHECK-NEXT: ret i1 [[CMP]] 970 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ne i32 [[AND]], 0 971 ; CHECK-NEXT: ret i1 [[CMP]] 982 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ne i32 [[AND]], 224 983 ; CHECK-NEXT: ret i1 [[CMP]] 1003 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ult i32 %V, 5 1004 ; CHECK-NEXT: ret i1 [[CMP]] 1012 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp eq i32 %V, 5 1013 ; CHECK-NEXT: ret i1 [[CMP]] [all …]
|
D | ffs-1.ll | 107 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ne i32 %x, 0 108 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[INC]], i32 0 118 ; CHECK-LINUX-NEXT: [[CMP:%[a-z0-9]+]] = icmp ne i32 %x, 0 119 ; CHECK-LINUX-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[INC]], i32 0 130 ; CHECK-LINUX-NEXT: [[CMP:%[a-z0-9]+]] = icmp ne i64 %x, 0 131 ; CHECK-LINUX-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[TRUNC]], i32 0
|
D | isascii-1.ll | 28 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ult i32 %x, 128 29 ; CHECK-NEXT: [[ZEXT:%[a-z0-9]+]] = zext i1 [[CMP]] to i32
|
D | div-shift.ll | 42 ; CHECK-NEXT: [[CMP:%.*]] = icmp ult i32 %y, 5 43 ; CHECK-NEXT: [[SEL:%.*]] = select i1 [[CMP]], i32 5, i32 %y 69 ; CHECK-NEXT: [[CMP:%.*]] = icmp eq i32 %x, 0
|
D | isdigit-1.ll | 44 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ult i32 [[ADD]], 10 45 ; CHECK-NEXT: [[ZEXT:%[a-z0-9]+]] = zext i1 [[CMP]] to i32
|
D | exact.ll | 103 ; CHECK-NEXT: [[CMP:%[A-Za-z0-9.]+]] = icmp ne i32 [[BIT]], 0 104 ; CHECK-NEXT: ret i1 [[CMP]]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_vec4_visitor.cpp | 159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition) in CMP() function in brw::vec4_visitor 639 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ)); in emit_bool_to_cond_code() 648 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ)); in emit_bool_to_cond_code() 656 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z)); in emit_bool_to_cond_code() 661 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ)); in emit_bool_to_cond_code() 666 inst = emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ)); in emit_bool_to_cond_code() 676 emit(CMP(dst_null_d(), op[0], op[1], in emit_bool_to_cond_code() 760 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z)); in emit_if_gen6() 765 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ)); in emit_if_gen6() 770 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ)); in emit_if_gen6() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4_visitor.cpp | 159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition) in CMP() function in brw::vec4_visitor 639 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ)); in emit_bool_to_cond_code() 648 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ)); in emit_bool_to_cond_code() 656 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z)); in emit_bool_to_cond_code() 661 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ)); in emit_bool_to_cond_code() 666 inst = emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ)); in emit_bool_to_cond_code() 676 emit(CMP(dst_null_d(), op[0], op[1], in emit_bool_to_cond_code() 760 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z)); in emit_if_gen6() 765 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ)); in emit_if_gen6() 770 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ)); in emit_if_gen6() [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | UnreachableEliminate.ll | 33 ; CHECK-NEXT: [[CMP:%[A-Za-z0-9]+]] = icmp eq i32 %v, 2 34 ; CHECK-NEXT: select i1 [[CMP]], i32 2, i32 1
|
/external/llvm/test/Transforms/InstSimplify/ |
D | call-callconv.ll | 46 ; CHECK: %[[CMP:.*]] = icmp ne i8 %[[STRLENFIRST]], 0 47 ; CHECK: ret i1 %[[CMP]]
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | ARM-E_mastergain_gnu.s | 79 CMP r4, r6 @check for positive saturation 88 CMP r5, r6 @check for positive saturation
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_mastergain_gnu.s | 79 CMP r4, r6 @check for positive saturation 88 CMP r5, r6 @check for positive saturation
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/python/tests/regress/fragment-shader/ |
D | frag-cmp.sh | 10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
|
/external/mesa3d/src/gallium/tests/python/tests/regress/fragment-shader/ |
D | frag-cmp.sh | 10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | cmpxchg-01.ll | 43 ; CHECK: lhi [[CMP:%r[0-9]+]], 42 44 ; CHECK: risbg [[CMP]], {{%r[0-9]+}}, 32, 55, 0
|
D | cmpxchg-02.ll | 43 ; CHECK: lhi [[CMP:%r[0-9]+]], 42 44 ; CHECK: risbg [[CMP]], {{%r[0-9]+}}, 32, 47, 0
|
/external/bzip2/ |
D | bzdiff | 18 *cmp) comp=${CMP-cmp} ;;
|
/external/llvm/lib/IR/ |
D | Makefile | 27 $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \
|