Searched refs:CMP (Results 1 - 20 of 20) sorted by relevance

/external/bison/lib/
H A Dstrverscmp.c34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
35 #define CMP 2 macro
85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
86 CMP, CM
[all...]
/external/blktrace/
H A Dstrverscmp.c79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
80 #define CMP 2 macro
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
114 CMP, CM
[all...]
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
H A Dnorm_l.h117 CMP L_var1, #0
H A Dnorm_s.h117 CMP var1, #0
H A Dmult.h119 CMP product, 0x7FFF
H A Dbasic_op_arm_v5.h404 CMP product, 0x7FFF
/external/qemu/target-arm/
H A Diwmmxt_helper.c272 CMP(0, Tb, O, 0xff) | CMP(8, Tb, O, 0xff) | \
273 CMP(16, Tb, O, 0xff) | CMP(24, Tb, O, 0xff) | \
274 CMP(32, Tb, O, 0xff) | CMP(40, Tb, O, 0xff) | \
275 CMP(48, Tb, O, 0xff) | CMP(56, Tb, O, 0xff); \
286 a = CMP(0, Tw, O, 0xffff) | CMP(1
302 #define CMP macro
307 #undef CMP macro
308 #define CMP macro
314 #undef CMP macro
315 #define CMP macro
319 #undef CMP macro
321 #define CMP macro
327 #undef CMP macro
[all...]
/external/tremolo/Tremolo/
H A Ddpen.s79 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 r
[all...]
H A DbitwiseARM.s76 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 r1
[all...]
H A DmdctLARM.s330 CMP r4, r14
350 CMP r4, r1
395 CMP r4, r1
500 CMP r5, r12
566 CMP r5, r12
1000 CMP r5, r9 @ if (w > xx)
1009 CMP r5,r1
1018 CMP r2, #4 @ r5 = T = (step>=4) ?
1058 CMP r5,r8
1095 CMP r
[all...]
H A DmdctARM.s333 CMP r4,r14
357 CMP r4,r1
407 CMP r4,r1
509 CMP r5, r12
574 CMP r5, r12
1006 CMP r5, r9 @ if (w > xx)
1015 CMP r5,r1
1024 CMP r2, #4 @ r5 = T = (step>=4) ?
1064 CMP r5,r8
1101 CMP r
[all...]
/external/bzip2/
H A Dbzdiff18 *cmp) comp=${CMP-cmp} ;;
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_mastergain_gnu.s79 CMP r4, r6 @check for positive saturation
88 CMP r5, r6 @check for positive saturation
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s79 CMP r4, r6 @check for positive saturation
88 CMP r5, r6 @check for positive saturation
/external/v8/src/arm/
H A Dconstants-arm.h136 CMP = 10, // Compare enumerator in enum:assembler::arm::Opcode
H A Dsimulator-arm.cc1574 case CMP: {
/external/qemu/tcg/ppc/
H A Dtcg-target.c348 #define CMP XO31( 0) macro
554 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1));
557 tcg_out32 (s, CMP | BF (6) | RA (addr_reg2) | RB (r1));
741 tcg_out32 (s, CMP | (7 << 23) | RA (r2) | RB (r1));
744 tcg_out32 (s, CMP | BF (6) | RA (addr_reg2) | RB (r1));
977 op = CMP;
/external/qemu/tcg/ppc64/
H A Dtcg-target.c334 #define CMP XO31( 0) macro
610 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1) | CMP_L);
740 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1) | CMP_L);
951 op = CMP;
/external/webkit/JavaScriptCore/assembler/
H A DARMAssembler.h115 CMP = (0xa << 21), enumerator in enum:JSC::ARMAssembler::__anon5481
328 emitInst(static_cast<ARMWord>(cc) | CMP | SET_CC, 0, rn, op2);
/external/dropbear/libtommath/
H A Dbn.tex801 \label{fig:CMP}
804 In figure \ref{fig:CMP} two integers $a$ and $b$ are being compared. In this case $a$ is said to be ``to the left'' of
818 three compare codes listed in figure \ref{fig:CMP}.
876 individually. This function will return one of the compare conditions codes listed in figure \ref{fig:CMP}.
933 listed in figure \ref{fig:CMP}.

Completed in 254 milliseconds