Searched refs:scaleShift (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dmips.rb326 if scaleShift == 0
332 list << Instruction.new(codeOrigin, "lshifti", [index, Immediate.new(codeOrigin, scaleShift), tmp0]);
H A Dsh4.rb752 if biop.scaleShift > 0
753 emitSH4ShiftImm(biop.scaleShift, operands[1], "l")
H A Dast.rb719 def scaleShift method in class:BaseIndex
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2109 unsigned scaleShift = scaleFactor.logBase2(); local
2112 if (scaleShift > 0) {
2115 DAG.getConstant(scaleShift, MVT::i32));

Completed in 2907 milliseconds