HomeSort by relevance Sort by last modified time
    Searched defs:lsl (Results 1 - 6 of 6) sorted by null

  /ndk/tests/build/ssax-instructions/jni/
test.S 18 lsl ip, lr, #2 label
19 lsl r3, lr, #3 label
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_inline.h 197 RSB x7, x7, x7, lsl #8; local
215 RSB x7, x7, x7, lsl #8; local
263 MOVS x8, ref, lsl #31 ; local
365 "RSB %1, %1, %1, lsl #8\n\t"
384 "RSB %1, %1, %1, lsl #8\n\t"
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 30 lsl, enumerator in enum:llvm::ARM_AM::ShiftOpc
49 case ARM_AM::lsl: return "lsl";
60 case ARM_AM::lsl: return 0;
105 // reg [asr|lsl|lsr|ror|rrx] reg
106 // reg [asr|lsl|lsr|ror|rrx] imm
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 200 RSB x7, x7, x7, lsl #8; local
218 RSB x7, x7, x7, lsl #8; local
266 MOVS x8, ref, lsl #31 ; local
378 "rsb %0, %0, %0, lsl #8\n\t"
402 "rsb %1, %1, %1, lsl #8\n\t"
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 638 static ARMWord lsl(int reg, ARMWord value) function in class:JSC::ARMAssembler
ARMv7Assembler.h 1171 void lsl(RegisterID rd, RegisterID rm, int32_t shiftAmount) function in namespace:JSC::ARMRegisters
1179 void lsl(RegisterID rd, RegisterID rn, RegisterID rm) function in namespace:JSC::ARMRegisters
    [all...]

Completed in 310 milliseconds