HomeSort by relevance Sort by last modified time
    Searched full:ror (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/qemu/
arm-dis.c     [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.cpp 95 return (ROR<<5) | (Rm&0xF);
ARMAssemblerInterface.h 43 LSL, LSR, ASR, ROR
GGLAssembler.cpp 208 reg_imm(parts.count.reg, ROR, GGL_DITHER_ORDER_SHIFT));
212 reg_imm(parts.count.reg, ROR, 32 - GGL_DITHER_ORDER_SHIFT));
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/bin/
objdump 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-objdump 
  /external/dropbear/libtomcrypt/src/ciphers/
rc6.c 196 c = ROR(c - K[1], t) ^ u; \
197 a = ROR(a - K[0], u) ^ t; K -= 2;
  /prebuilt/linux-x86/bcc/
bcc 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
objdump 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-objdump 
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 393 kThumbRorRR, /* ror [0100000111] rs[5..3] rd[2..0] */
552 kThumb2RorRRR, /* ror [111110100110] rn[19..16] [1111] rd[11..8]
560 kThumb2RorRRI5, /* ror [11101010010011110] imm[14.12] rd[11..8]
    [all...]
  /external/v8/src/arm/
constants-arm.h 170 ROR = 3, // Rotate right
assembler-arm.cc 246 ASSERT(shift_op != ROR || shift_imm != 0); // use RRX if you mean it
252 // encoded as ROR with shift_imm == 0
254 shift_op_ = ROR;
    [all...]
assembler-thumb2.cc 226 ASSERT(shift_op != ROR || shift_imm != 0); // use RRX if you mean it
232 // encoded as ROR with shift_imm == 0
234 shift_op_ = ROR;
    [all...]
simulator-arm.cc 941 if ((shift == ROR) && (shift_amount == 0)) {
990 case ROR: {
1062 case ROR: {
    [all...]
disasm-arm.cc 196 "lsl", "lsr", "asr", "ror"
215 if ((shift == ROR) && (shift_amount == 0)) {
    [all...]
  /external/quake/quake/src/QW/client/
d_spr8.asm 297 ror eax,16
338 ror ebp,16
d_polysa.asm 528 ror ecx,16
579 ror ebp,16
739 ror ebp,16
  /external/openssl/crypto/perlasm/
x86ms.pl 144 sub main'rotr { &out2("ror",@_); }
x86nasm.pl 152 sub main'rotr { &out2("ror",@_); }
  /external/qemu/target-arm/
helpers.h 165 DEF_HELPER_2(ror, i32, i32, i32)
op_helper.c 413 uint32_t HELPER(ror)(uint32_t x, uint32_t i) function
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 111 /* b1 = a0 ^ ROR(b0, 1) ^ 8a0 */
121 /* b3 = a2 ^ ROR(b2, 1) ^ 8a2 */
  /external/dropbear/libtomcrypt/
changes     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 551 #define ROR_L(a, b) CHOICE(rorl ARG2(a,b), rorl ARG2(a,b), _LTOG ror ARG2(b,a))
552 #define ROR_W(a, b) CHOICE(rorw ARG2(a,b), rorw ARG2(a,b), _WTOG ror ARG2(b,a))
    [all...]

Completed in 249 milliseconds

12 3 4