Searched refs:SLL (Results 1 – 25 of 198) sorted by relevance
12345678
/external/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.cpp | 45 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/ |
D | vai.txt | 175 SLL{ 176 "SLL",
|
D | zgh.txt | 175 SLL{ 176 "SLL",
|
D | shi.txt | 179 SLL{ 180 "SLL",
|
D | kln.txt | 175 SLL{ 176 "SLL",
|
D | ses.txt | 179 SLL{ 180 "SLL",
|
D | khq.txt | 179 SLL{ 180 "SLL",
|
D | twq.txt | 179 SLL{ 180 "SLL",
|
D | mua.txt | 179 SLL{ 180 "SLL",
|
D | ff.txt | 175 SLL{ 176 "SLL",
|
D | dje.txt | 179 SLL{ 180 "SLL",
|
D | naq.txt | 179 SLL{ 180 "SLL",
|
D | mg.txt | 179 SLL{ 180 "SLL",
|
D | mfe.txt | 179 SLL{ 180 "SLL",
|
D | ak.txt | 179 SLL{ 180 "SLL",
|
D | bm.txt | 179 SLL{ 180 "SLL",
|
D | tzm.txt | 179 SLL{ 180 "SLL",
|
D | kab.txt | 175 SLL{ 176 "SLL",
|
D | sn.txt | 179 SLL{ 180 "SLL",
|
D | lu.txt | 179 SLL{ 180 "SLL",
|
D | rwk.txt | 179 SLL{ 180 "SLL",
|
/external/pcre/dist/sljit/ |
D | sljitNativeSPARC_32.c | 59 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()
|
D | sljitNativeMIPS_32.c | 90 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/ |
D | fcopysign-f32-f64.ll | 40 ; 64-DAG: sll $[[SLL:[0-9]+]], $[[SRL]], 0 41 ; 64-DAG: dsll $[[DSLL:[0-9]+]], $[[SLL]], 63
|
/external/llvm/test/CodeGen/SystemZ/ |
D | shift-09.ll | 5 ; Check that we use SLLK over SLL where useful. 15 ; Check that we use SLL over SLLK where possible.
|
12345678