Searched refs:SLL (Results 1 – 25 of 283) sorted by relevance
12345678910>>...12
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.cpp | 49 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL() 94 (Seq[1].Opc != SLL) || (Seq[1].ImmOpnd < 16)) in ReplaceADDiuSLLWithLUi() 137 SLL = Mips::SLL; in Analyze() 142 SLL = Mips::DSLL; in Analyze()
|
/external/icu/icu4c/source/data/curr/ |
D | zh_Hant_HK.txt | 197 SLL{ 198 "SLL", 416 SLL{
|
D | shi.txt | 177 SLL{ 178 "SLL",
|
D | vai.txt | 173 SLL{ 174 "SLL",
|
D | zgh.txt | 173 SLL{ 174 "SLL",
|
D | ps.txt | 505 SLL{ 506 "SLL", 507 "SLL", 1246 SLL{ 1247 one{"SLL"} 1248 other{"SLL"}
|
D | dje.txt | 177 SLL{ 178 "SLL",
|
D | naq.txt | 177 SLL{ 178 "SLL",
|
D | twq.txt | 177 SLL{ 178 "SLL",
|
D | mfe.txt | 177 SLL{ 178 "SLL",
|
D | kln.txt | 173 SLL{ 174 "SLL",
|
D | mg.txt | 177 SLL{ 178 "SLL",
|
D | mua.txt | 177 SLL{ 178 "SLL",
|
D | ses.txt | 177 SLL{ 178 "SLL",
|
D | khq.txt | 177 SLL{ 178 "SLL",
|
D | tzm.txt | 177 SLL{ 178 "SLL",
|
D | ak.txt | 177 SLL{ 178 "SLL",
|
D | ff.txt | 173 SLL{ 174 "SLL",
|
D | bm.txt | 177 SLL{ 178 "SLL",
|
D | kab.txt | 173 SLL{ 174 "SLL",
|
D | mt.txt | 477 SLL{ 478 "SLL", 479 "SLL", 1403 SLL{ 1404 few{"SLL"} 1405 many{"SLL"} 1406 one{"SLL"} 1407 other{"SLL"}
|
/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.
|
/external/swiftshader/third_party/llvm-7.0/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.
|
/external/pcre/dist2/src/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() 91 FAIL_IF(push_inst(compiler, SLL | D(TMP_REG1) | S1(TMP_REG1) | IMM(1), DR(TMP_REG1))); in emit_single_op() 125 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst))); in emit_single_op()
|
12345678910>>...12