Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h101 CMPLI = 10 << 26, // Compare Logical Immediate enumerator
Ddisasm-ppc.cc1098 case CMPLI: { in InstructionDecode()
Dassembler-ppc.cc993 emit(CMPLI | cr.code() * B23 | L * B21 | src1.code() * B16 | uimm16); in cmpli()
1045 emit(CMPLI | cr.code() * B23 | L * B21 | src1.code() * B16 | uimm16); in cmplwi()
Dsimulator-ppc.cc3278 case CMPLI: { in ExecuteGeneric()
/external/pcre/dist/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.c151 #define CMPLI (HI(10)) macro