HomeSort by relevance Sort by last modified time
    Searched refs:SLL (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.cpp 45 AddInstr(SeqLs, Inst(SLL, Shamt));
79 // Replace a ADDiu & SLL pair with a LUi.
82 // SLL 18
86 // Check if the first two instructions are ADDiu and SLL and the shift amount
89 (Seq[1].Opc != SLL) || (Seq[1].ImmOpnd < 16))
132 SLL = Mips::SLL;
137 SLL = Mips::DSLL;
MipsAnalyzeImmediate.h 43 /// GetInstSeqLsSLL - Get instrucion sequences which end with a SLL to
50 /// ReplaceADDiuSLLWithLUi - Replace an ADDiu & SLL pair with a LUi.
58 unsigned ADDiu, ORi, SLL, LUi;
MipsISelLowering.cpp     [all...]
  /external/openssl/crypto/bn/asm/
mips.pl 63 $SLL="dsll";
78 $SLL="sll";
894 $SLL $a2,1
901 $SLL $t2,$t1
908 $SLL $a0,$t9
909 $SLL $a1,$t9
932 $SLL $t3,$a0,4*$BNSZ # bits
953 $SLL $a1,4*$BNSZ # bits
955 $SLL $v0,$QT,4*$BNSZ # bit
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-mips.pl 62 $PTR_SLL="sll";
83 $SLL="dsll"; # shift left logical
97 $SLL="sll"; # shift left logical
130 sll @X[0],@X[0],24
132 sll $tmp2,$tmp2,8
161 $SLL $tmp1,$e,`$SZ*8-@Sigma1[2]`
165 $SLL $tmp1,$e,`$SZ*8-@Sigma1[1]`
169 $SLL $tmp1,$e,`$SZ*8-@Sigma1[0]`
177 $SLL $tmp1,$a,`$SZ*8-@Sigma0[2]
    [all...]
sha512-sparcv9.pl 58 $SLL="sllx"; # shift left logical
84 $SLL="sll"; # shift left logical
224 $SLL $e,`$SZ*8-@Sigma1[2]`,$tmp1
228 $SLL $e,`$SZ*8-@Sigma1[1]`,$tmp1
232 $SLL $e,`$SZ*8-@Sigma1[0]`,$tmp1
240 $SLL $a,`$SZ*8-@Sigma0[2]`,$tmp1
244 $SLL $a,`$SZ*8-@Sigma0[1]`,$tmp1
248 $SLL $a,`$SZ*8-@Sigma0[0]`,$tmp1
277 sll $xi,`32-@sigma0[2]`,$tmp
    [all...]
  /external/v8/src/mips/
constants-mips.cc 243 case SLL:
constants-mips.h 303 SLL = ((0 << 3) + 0),
589 // A nop instruction. (Encoding of sll 0 0 0).
assembler-mips.cc 586 // nop(type) == sll(zero_reg, zero_reg, type);
590 bool ret = (opcode == SLL &&
1280 void Assembler::sll(Register rd, function in class:v8::Assembler
    [all...]
macro-assembler-mips.h 440 // i.e. check if it is a sll zero_reg, zero_reg, <type> (referenced as
455 // Return <n> if we have a sll zero_reg, zero_reg, n
457 bool sllzz = (opcode == SLL &&
    [all...]
simulator-mips.cc     [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 116 // Unfortunately in MIPS both NOT and SLL will come in with Binary == 0
119 if ((Opcode != Mips::NOP) && (Opcode != Mips::SLL) && !Binary)
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/oprofile/events/mips/74K/
events 60 event:0x2b counters:0,2 um:zero minimum:500 name:NOP_INSNS : 43-0 NOP instructions graduated - SLL 0, NOP, SSNOP, and EHB

Completed in 575 milliseconds