HomeSort by: relevance | last modified time | path
    Searched refs:shift_imm (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 984 if (compiler->shift_imm != 0x20) { \
988 if (compiler->shift_imm != 0) \
990 dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode << 5) | RM(src2))); \
1720 compiler->shift_imm = src2w & 0x1f;
1724 compiler->shift_imm = 0x20;
sljitLir.h 361 sljit_uw shift_imm; member in struct:sljit_compiler
  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c 12212 uint32_t shift_imm = 0;
12342 /* Get shift_imm. */
12343 shift_imm = bits (arm_insn_r->arm_insn, 7, 11);
12352 offset_12 = u_regval[0] << shift_imm;
12356 offset_12 = (!shift_imm) ? 0 : u_regval[0] >> shift_imm;
12360 if (!shift_imm)
12374 offset_12 = s_word >> shift_imm;
12379 if (!shift_imm)
12389 offset_12 = (u_regval[0] >> shift_imm) \
12211 uint32_t shift_imm = 0; local
14065 uint32_t reg_rn, reg_rm, offset_imm, shift_imm; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.c 12213 uint32_t shift_imm = 0;
12343 /* Get shift_imm. */
12344 shift_imm = bits (arm_insn_r->arm_insn, 7, 11);
12353 offset_12 = u_regval[0] << shift_imm;
12357 offset_12 = (!shift_imm) ? 0 : u_regval[0] >> shift_imm;
12361 if (!shift_imm)
12375 offset_12 = s_word >> shift_imm;
12380 if (!shift_imm)
12390 offset_12 = (u_regval[0] >> shift_imm) \
12212 uint32_t shift_imm = 0; local
14066 uint32_t reg_rn, reg_rm, offset_imm, shift_imm; local
    [all...]

Completed in 44 milliseconds