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

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 91 uint32 imm2; /* second immediate operand */ member in struct:Instr
162 Iw2, /* 16-bit immediate -> imm2 */
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 91 uint32 imm2; /* second immediate operand */ member in struct:Instr
162 Iw2, /* 16-bit immediate -> imm2 */
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeARM_32.c 1182 sljit_uw imm2; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c 956 const simd_imm_encoding *imm2 = (const simd_imm_encoding *)i2;
958 if (imm1->imm < imm2->imm)
960 if (imm1->imm > imm2->imm)
954 const simd_imm_encoding *imm2 = (const simd_imm_encoding *)i2; local
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc 778 uint32_t imm2 = lsb & (B1 | B0); // Bits 0-1 of `lsb`. local
787 imm2 << 6 |
799 uint32_t imm2 = lsb & (B1 | B0); // Bits 0-1 of `lsb`. local
808 imm2 << 6 |
1816 uint32_t imm2 = amount & 3U \/* 0b11 *\/; local
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 20316 UInt imm2 = INSN1(5,4); local
21611 UInt imm2 = INSN1(5,4); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 3196 unsigned imm2 = 0; local
    [all...]

Completed in 504 milliseconds