Home
last modified time | relevance | path

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

12345678910>>...13

/external/llvm-project/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp48 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL()
93 (Seq[1].Opc != SLL) || (Seq[1].ImmOpnd < 16)) in ReplaceADDiuSLLWithLUi()
136 SLL = Mips::SLL; in Analyze()
141 SLL = Mips::DSLL; in Analyze()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp48 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL()
93 (Seq[1].Opc != SLL) || (Seq[1].ImmOpnd < 16)) in ReplaceADDiuSLLWithLUi()
136 SLL = Mips::SLL; in Analyze()
141 SLL = Mips::DSLL; in Analyze()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/Mips/
DTarget.cpp75 unsigned ORi, LUi, SLL; in loadImmediate() local
79 SLL = Mips::SLL; in loadImmediate()
84 SLL = Mips::SLL64_64; in loadImmediate()
107 MCInstBuilder(SLL) in loadImmediate()
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/
Djump_table_and_brjt.mir93 ; MIPS32: [[SLL:%[0-9]+]]:gpr32 = SLL [[SUBu]], 2
94 ; MIPS32: [[ADDu:%[0-9]+]]:gpr32 = ADDu [[LUi]], [[SLL]]
121 ; MIPS32: [[SLL1:%[0-9]+]]:gpr32 = SLL [[SUBu1]], 2
160 ; MIPS32_PIC: [[SLL:%[0-9]+]]:gpr32 = SLL [[SUBu]], 2
161 ; MIPS32_PIC: [[ADDu1:%[0-9]+]]:gpr32 = ADDu [[LW]], [[SLL]]
189 ; MIPS32_PIC: [[SLL1:%[0-9]+]]:gpr32 = SLL [[SUBu1]], 2
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DTargetTest.cpp58 const unsigned SLL = IsGPR32 ? Mips::SLL : Mips::SLL64_64; in IsShift() local
59 return AllOf(OpcodeIs(SLL), in IsShift()
/external/icu/icu4c/source/data/curr/
Dzh_Hant_HK.txt202 SLL{
203 "SLL",
420 SLL{
Dshi.txt178 SLL{
179 "SLL",
Dvai.txt174 SLL{
175 "SLL",
Dzgh.txt174 SLL{
175 "SLL",
Dtwq.txt178 SLL{
179 "SLL",
Dnaq.txt178 SLL{
179 "SLL",
Dses.txt178 SLL{
179 "SLL",
Dkln.txt174 SLL{
175 "SLL",
Dak.txt178 SLL{
179 "SLL",
Dbm.txt178 SLL{
179 "SLL",
Dmg.txt178 SLL{
179 "SLL",
Ddje.txt178 SLL{
179 "SLL",
Dff.txt174 SLL{
175 "SLL",
Dmfe.txt178 SLL{
179 "SLL",
Dkhq.txt178 SLL{
179 "SLL",
Dmua.txt178 SLL{
179 "SLL",
/external/llvm-project/llvm/test/CodeGen/BPF/
D32-bit-subreg-peephole-phi-1.ll3 ; For the below test case, 'b' in 'ret == b' needs SLL/SLR.
4 ; 'ret' in 'ret == b' does not need SLL/SLR as all 'ret' values
/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.
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dshift-09.ll6 ; Check that we use SLLK over SLL where useful.
17 ; Check that we use SLL over SLLK where possible.

12345678910>>...13