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

  /external/llvm/lib/Target/AVR/
AVRISelLowering.h 41 ROR, ///< Bit rotate right.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sha256module.c 113 #define ROR(x, y)\
118 #define S(x, n) ROR((x),(n))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sha256module.c 113 #define ROR(x, y)\
118 #define S(x, n) ROR((x),(n))
  /external/python/cpython2/Modules/
sha256module.c 113 #define ROR(x, y)\
118 #define S(x, n) ROR((x),(n))
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 37 ROR,
58 case AArch64_AM::ROR: return "ror";
79 case 3: return AArch64_AM::ROR;
94 /// 011 ==> ror
107 case AArch64_AM::ROR: STEnc = 3; break;
205 static inline uint64_t ror(uint64_t elt, unsigned size) { function in namespace:llvm::AArch64_AM
307 pattern = ror(pattern, size);
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 357 ROR,
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 43 LSL, LSR, ASR, ROR
  /external/v8/src/arm/
constants-arm.h 260 ROR = 3 << 5, // Rotate right.
262 // RRX is encoded as ROR with shift_imm == 0.
265 // detect it and emit the correct ROR shift operand with shift_imm == 0.
  /external/vixl/src/aarch32/
disasm-aarch32.cc 2275 void Disassembler::ror(Condition cond, function in class:vixl::aarch32::Disassembler
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /external/v8/src/arm64/
constants-arm64.h 334 ROR = 0x3
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 64 (ror x12, x12, #3; ror x12, x12, #13
65 ror x12, x12, #51; ror x12, x12, #61)
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 279 ROR = 0x3,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 1378 ROR
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 1378 ROR
    [all...]

Completed in 1467 milliseconds