Searched refs:SLL (Results 1 - 25 of 25) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.cpp45 AddInstr(SeqLs, Inst(SLL, Shamt));
80 // Replace a ADDiu & SLL pair with a LUi.
83 // SLL 18
87 // Check if the first two instructions are ADDiu and SLL and the shift amount
90 (Seq[1].Opc != SLL) || (Seq[1].ImmOpnd < 16))
133 SLL = Mips::SLL;
138 SLL = Mips::DSLL;
H A DMipsAnalyzeImmediate.h43 /// GetInstSeqLsSLL - Get instruction sequences which end with a SLL to
50 /// ReplaceADDiuSLLWithLUi - Replace an ADDiu & SLL pair with a LUi.
58 unsigned ADDiu, ORi, SLL, LUi; member in class:llvm::MipsAnalyzeImmediate
H A DMipsISelLowering.cpp1137 BuildMI(BB, DL, TII->get(Mips::SLL), ScrReg).addReg(SrcReg).addImm(ShiftImm);
1215 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3);
1220 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(Off).addImm(3);
1457 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3);
1462 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(Off).addImm(3);
2195 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); local
2196 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i64, SLL, Const32);
H A DMipsFastISel.cpp1328 emitInst(Mips::SLL, TempReg).addReg(SrcReg).addImm(ShiftAmt);
H A DMipsSEISelLowering.cpp3012 // (SLL $lanetmp1, $lane, <log2size)
3022 // (SLL $lanetmp1, $lane, <log2size)
3087 BuildMI(*BB, MI, DL, TII->get(Mips::SLL), LaneTmp1)
/external/pcre/dist/sljit/
H A DsljitNativeSPARC_32.c59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst)));
70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst)));
92 FAIL_IF(push_inst(compiler, SLL | D(TMP_REG1) | S1(TMP_REG1) | IMM(1), DR(TMP_REG1)));
126 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst)));
H A DsljitNativeMIPS_32.c90 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst)));
108 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(16), DR(dst)));
147 FAIL_IF(push_inst(compiler, SLL | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABLE_INS));
192 FAIL_IF(push_inst(compiler, SLL | TA(ULESS_FLAG) | D(TMP_REG1) | SH_IMM(31), DR(TMP_REG1)));
195 return push_inst(compiler, SLL | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG) | SH_IMM(31), OVERFLOW_FLAG);
268 FAIL_IF(push_inst(compiler, SLL | TA(ULESS_FLAG) | D(TMP_REG1) | SH_IMM(31), DR(TMP_REG1)));
328 EMIT_SHIFT(SLL, SLLV);
H A DsljitNativeMIPS_64.c208 return push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(0), DR(dst));
239 FAIL_IF(push_inst(compiler, SELECT_OP(DSLL, SLL) | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABLE_INS));
284 FAIL_IF(push_inst(compiler, SELECT_OP(DSLL32, SLL) | TA(ULESS_FLAG) | D(TMP_REG1) | SH_IMM(31), DR(TMP_REG1)));
287 return push_inst(compiler, SELECT_OP(DSRL32, SLL) | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG) | SH_IMM(31), OVERFLOW_FLAG);
360 FAIL_IF(push_inst(compiler, SELECT_OP(DSLL32, SLL) | TA(ULESS_FLAG) | D(TMP_REG1) | SH_IMM(31), DR(TMP_REG1)));
423 EMIT_SHIFT(DSLL, DSLL32, SLL, DSLLV, SLLV);
H A DsljitNativeSPARC_common.c150 #define SLL (OPC1(0x2) | OPC3(0x25)) macro
170 #define SLL_W SLL
H A DsljitNativeMIPS_common.c165 #define SLL (HI(0) | LO(0)) macro
189 #define SLL_W SLL
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c33 long long LL, unsigned long long ULL, signed long long SLL,
30 builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, unsigned short US, signed short SS, int I, unsigned int UI, signed int SI, long L, unsigned long UL, signed long SL, long long LL, unsigned long long ULL, signed long long SLL, float F, double D, long double LD) argument
/external/v8/src/mips/
H A Dconstants-mips.cc224 case SLL:
H A Dconstants-mips.h372 SLL = ((0 << 3) + 0),
H A Dmacro-assembler-mips.h472 bool sllzz = (opcode == SLL &&
H A Dassembler-mips.cc601 bool ret = (opcode == SPECIAL && function == SLL &&
1606 GenInstrRegister(SPECIAL, zero_reg, rt, rd, sa, SLL);
H A Dsimulator-mips.cc1925 case SLL:
/external/v8/src/mips64/
H A Dconstants-mips64.cc224 case SLL:
H A Dconstants-mips64.h349 SLL = ((0 << 3) + 0),
H A Dmacro-assembler-mips64.h493 bool sllzz = (opcode == SLL &&
H A Dassembler-mips64.cc573 bool ret = (opcode == SPECIAL && function == SLL &&
1670 GenInstrRegister(SPECIAL, zero_reg, rt, rd, sa, SLL);
H A Dsimulator-mips64.cc1996 case SLL:
/external/valgrind/none/tests/mips64/
H A Dshift_instructions.c9 ROTR, ROTRV, SLL, SLLV, enumerator in enum:__anon16666
159 case SLL:
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp171 // Unfortunately in MIPS both NOP and SLL will come in with Binary == 0
174 if ((Opcode != Mips::NOP) && (Opcode != Mips::SLL) &&
/external/clang/lib/Sema/
H A DSemaOverload.cpp7116 // (we could precompute SLL x UI for all known platforms, but it's
7121 Flt, Dbl, LDbl, SI, SL, SLL, S128, UI, UL, ULL, U128
7128 /* SI*/ { Flt, Dbl, LDbl, SI, SL, SLL, S128, UI, UL, ULL, U128 },
7129 /* SL*/ { Flt, Dbl, LDbl, SL, SL, SLL, S128, Dep, UL, ULL, U128 },
7130 /* SLL*/ { Flt, Dbl, LDbl, SLL, SLL, SLL, S128, Dep, Dep, ULL, U128 },
7158 assert(L == SLL || R == SLL);
[all...]
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1697 NopInst.setOpcode(Mips::SLL);
2142 NopInst.setOpcode(Mips::SLL);

Completed in 923 milliseconds