HomeSort by relevance Sort by last modified time
    Searched refs:LShift (Results 1 - 25 of 29) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
shift.s 62 R1.H = LShift r2.h by r0.l;
63 r0.l = LSHIFT r0.h by r1.l;
64 r7.L = lshift r6.L BY r2.l;
65 r5 = LShIft R4 bY r3.L;
66 A0 = Lshift a0 By R6.L;
67 A1 = LsHIFt a1 by r5.l;
parallel2.s 59 R1.H = LShift r2.h by r0.l || R5 = W [P2+24] (z);
60 r0.l = LSHIFT r0.h by r1.l || R5 = W [P2+22] (z);
61 r7.L = lshift r6.L BY r2.l || R5 = W [P2+20] (z);
62 r5 = LShIft R4 bY r3.L || R4 = W [P2+18] (z);
63 A0 = Lshift a0 By R6.L || R5 = W [P2+16] (z);
64 A1 = LsHIFt a1 by r5.l || R5 = W [P2+14] (z);
  /external/boringssl/src/crypto/fipsmodule/bn/
check_bn_tests.go 188 case "LShift":
189 if checkKeys(test, "A", "N", "LShift") {
191 checkResult(test, "A << N", "LShift", r)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
util.py 308 _ast.LShift = type(m.body[5].value.left.op)
_ast_util.py 48 LShift: '<<',
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /external/python/cpython2/Include/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /external/python/cpython3/Include/
Python-ast.h 19 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12,
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 342 return LShift;
505 return LShift;
    [all...]
compile.c     [all...]
Python-ast.c 863 LShift_type = make_type("LShift", operator_type, NULL, 0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 342 return LShift;
505 return LShift;
    [all...]
compile.c     [all...]
Python-ast.c 846 LShift_type = make_type("LShift", operator_type, NULL, 0);
    [all...]
  /external/python/cpython2/Python/
ast.c 342 return LShift;
505 return LShift;
    [all...]
compile.c     [all...]
Python-ast.c 863 LShift_type = make_type("LShift", operator_type, NULL, 0);
    [all...]
  /external/python/cpython3/Python/
ast.c 903 return LShift;
    [all...]
compile.c     [all...]

Completed in 561 milliseconds

1 2