Home
last modified time | relevance | path

Searched refs:CMPLI (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativePPC_32.c134 FAIL_IF(push_inst(compiler, CMPLI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op()
DsljitNativePPC_64.c272 …FAIL_IF(push_inst(compiler, CMPLI | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler… in emit_single_op()
DsljitNativePPC_common.c158 #define CMPLI (HI(10)) macro
/external/v8/src/ppc/
Ddisasm-ppc.cc1177 case CMPLI: { in InstructionDecode()
Dassembler-ppc.cc977 emit(CMPLI | cr.code() * B23 | L * B21 | src1.code() * B16 | uimm16); in cmpli()
1005 emit(CMPLI | cr.code() * B23 | L * B21 | src1.code() * B16 | uimm16); in cmplwi()
Dconstants-ppc.h1732 V(cmpli, CMPLI, 0x28000000) \
Dsimulator-ppc.cc1639 case CMPLI: { in ExecuteGeneric()