Home
last modified time | relevance | path

Searched refs:CMPL (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativePPC_32.c139 FAIL_IF(push_inst(compiler, CMPL | CRD(0) | A(src1) | B(src2))); in emit_single_op()
DsljitNativePPC_64.c277 …FAIL_IF(push_inst(compiler, CMPL | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2))); in emit_single_op()
DsljitNativePPC_common.c157 #define CMPL (HI(31) | LO(32)) macro
/external/v8/src/ppc/
Ddisasm-ppc.cc728 case CMPL: { in DecodeExt2()
Dconstants-ppc.h1202 V(cmpl, CMPL, 0x7C000040)
Dsimulator-ppc.cc2645 case CMPL: { in ExecuteGeneric()