Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativePPC_32.c140 return push_inst(compiler, CMPLI | CRD(4) | A(src1) | compiler->imm); in emit_single_op()
DsljitNativePPC_64.c262 …return push_inst(compiler, CMPLI | CRD(4 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler-… in emit_single_op()
DsljitNativePPC_common.c155 #define CMPLI (HI(10)) macro
/external/v8/src/ppc/
Ddisasm-ppc.cc1147 case CMPLI: { in InstructionDecode()
Dassembler-ppc.cc1046 emit(CMPLI | cr.code() * B23 | L * B21 | src1.code() * B16 | uimm16); in cmpli()
1098 emit(CMPLI | cr.code() * B23 | L * B21 | src1.code() * B16 | uimm16); in cmplwi()
Dconstants-ppc.h1705 V(cmpli, CMPLI, 0x28000000) \
Dsimulator-ppc.cc3417 case CMPLI: { in ExecuteGeneric()