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

  /external/valgrind/memcheck/tests/
wrap6.c 14 #define ROL(_x,n) (((_x) << n) | ((UInt)(_x)) >> ((8*sizeof(UInt)-n)))
52 v1 = ROL(v1,1); \
53 v2 = ROL(v2,2); \
54 v3 = ROL(v3,3); \
55 v4 = ROL(v4,4); \
56 v5 = ROL(v5,5); \
57 v6 = ROL(v6,6); \
58 v7 = ROL(v7,7); \
59 v8 = ROL(v8,8); \
60 v9 = ROL(v9,9);
    [all...]
  /external/llvm/lib/Target/AVR/
AVRISelLowering.h 42 ROL, ///< Bit rotate left.
  /external/openssh/openbsd-compat/
rmd160.c 76 #define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n))))
86 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
87 c = ROL(10, c); \
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x.go 180 ROL: true,
tables.go     [all...]
gnu.go 241 case SHL, SHR, RCL, RCR, ROL, ROR, SAR:
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x.go 180 ROL: true,
tables.go     [all...]
gnu.go 241 case SHL, SHR, RCL, RCR, ROL, ROR, SAR:
  /toolchain/binutils/binutils-2.25/gas/config/
rl78-parse.y 171 %token RET RETI RETB ROL ROLC ROLWC ROR RORC
923 | ROL A ',' EXPR
1313 OPC(ROL),
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
nios2r1.h 425 #define MATCH_R1_ROL MATCH_R1_OPX0 (ROL)
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 445 milliseconds