Searched defs:CMP (Results 1 - 10 of 10) 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/elfutils/src/
H A Dunstrip.c844 #define CMP(value) \
858 CMP (value);
859 CMP (size);
860 CMP (shndx);
891 CMP (shndx);
897 CMP (map);
905 #undef CMP
842 #define CMP macro
903 #undef CMP macro
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp154 * CMP: Sets the low bit of the destination channels with the result
159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition) function in class:brw::vec4_visitor
639 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ));
648 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
656 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
661 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ));
666 inst = emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
676 emit(CMP(dst_null_d(), op[0], op[1],
760 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
765 emit(CMP(dst_null_
[all...]
/external/pcre/dist/sljit/
H A DsljitNativePPC_common.c148 #define CMP (HI(31) | LO(0)) macro
H A DsljitNativeX86_common.c170 #define CMP (/* BINARY */ 7 << 3) macro
1861 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, 0);
1884 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, src1w);
/external/v8/src/arm/
H A Dconstants-arm.h151 CMP = 10 << 21, // Compare. enumerator in enum:v8::internal::Opcode
/external/v8/src/ppc/
H A Dconstants-ppc.h171 CMP = 0 << 1, enumerator in enum:v8::internal::OpcodeExt2
/external/pcre/dist/
H A Dpcre_jit_compile.c469 #undef CMP macro
533 #define CMP(type, src1, src1w, src2, src2w) \ macro
2124 add_stub(common, CMP(SLJIT_GREATER, STACK_TOP, 0, STACK_LIMIT, 0));
2272 early_quit = CMP(SLJIT_EQUAL, SLJIT_R1, 0, SLJIT_IMM, 0);
2320 jump = CMP(SLJIT_SIG_LESS, SLJIT_R2, 0, SLJIT_IMM, 3);
2356 jump = CMP(SLJIT_LESS_EQUAL, TMP1, 0, STR_PTR, 0);
2362 jump = CMP(SLJIT_LESS_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0);
2499 jump = CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0);
2501 jump = CMP(SLJIT_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, SLJIT_IMM, -1);
2525 add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUA
[all...]
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 553 milliseconds