Home
last modified time | relevance | path

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

12345678

/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp45 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL()
90 (Seq[1].Opc != SLL) || (Seq[1].ImmOpnd < 16)) in ReplaceADDiuSLLWithLUi()
133 SLL = Mips::SLL; in Analyze()
138 SLL = Mips::DSLL; in Analyze()
/external/icu/icu4c/source/data/curr/
Dvai.txt175 SLL{
176 "SLL",
Dzgh.txt175 SLL{
176 "SLL",
Dshi.txt179 SLL{
180 "SLL",
Dkln.txt175 SLL{
176 "SLL",
Dses.txt179 SLL{
180 "SLL",
Dkhq.txt179 SLL{
180 "SLL",
Dtwq.txt179 SLL{
180 "SLL",
Dmua.txt179 SLL{
180 "SLL",
Dff.txt175 SLL{
176 "SLL",
Ddje.txt179 SLL{
180 "SLL",
Dnaq.txt179 SLL{
180 "SLL",
Dmg.txt179 SLL{
180 "SLL",
Dmfe.txt179 SLL{
180 "SLL",
Dak.txt179 SLL{
180 "SLL",
Dbm.txt179 SLL{
180 "SLL",
Dtzm.txt179 SLL{
180 "SLL",
Dkab.txt175 SLL{
176 "SLL",
Dsn.txt179 SLL{
180 "SLL",
Dlu.txt179 SLL{
180 "SLL",
Drwk.txt179 SLL{
180 "SLL",
/external/pcre/dist/sljit/
DsljitNativeSPARC_32.c59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
92 FAIL_IF(push_inst(compiler, SLL | D(TMP_REG1) | S1(TMP_REG1) | IMM(1), DR(TMP_REG1))); in emit_single_op()
126 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst))); in emit_single_op()
DsljitNativeMIPS_32.c90 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op()
108 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(16), DR(dst))); in emit_single_op()
147 FAIL_IF(push_inst(compiler, SLL | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABLE_INS)); in emit_single_op()
192 FAIL_IF(push_inst(compiler, SLL | TA(ULESS_FLAG) | D(TMP_REG1) | SH_IMM(31), DR(TMP_REG1))); in emit_single_op()
195 …return push_inst(compiler, SLL | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG) | SH_IMM(31), OVERFLOW_FLAG… in emit_single_op()
268 FAIL_IF(push_inst(compiler, SLL | TA(ULESS_FLAG) | D(TMP_REG1) | SH_IMM(31), DR(TMP_REG1))); in emit_single_op()
328 EMIT_SHIFT(SLL, SLLV); in emit_single_op()
/external/llvm/test/CodeGen/Mips/
Dfcopysign-f32-f64.ll40 ; 64-DAG: sll $[[SLL:[0-9]+]], $[[SRL]], 0
41 ; 64-DAG: dsll $[[DSLL:[0-9]+]], $[[SLL]], 63
/external/llvm/test/CodeGen/SystemZ/
Dshift-09.ll5 ; Check that we use SLLK over SLL where useful.
15 ; Check that we use SLL over SLLK where possible.

12345678