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

  /external/llvm/utils/TableGen/
EDEmitter.cpp 246 #define IMM(str) if (name == str) SET("kOperandTypeImmediate");
280 IMM("i8imm");
281 IMM("i16imm");
282 IMM("i16i8imm");
283 IMM("i32imm");
284 IMM("i32i8imm");
285 IMM("u32u8imm");
286 IMM("i64imm");
287 IMM("i64i8imm");
288 IMM("i64i32imm")
    [all...]
  /external/llvm/test/MC/MBlaze/
mblaze_imm.s 5 # with an IMM instruction that contains the high 16-bits. The higher
9 # The generation of IMM instructions is handled automatically by the
10 # code emitter. Test to ensure that IMM instructions are generated
  /prebuilts/sdk/renderscript/clang-include/
emmintrin.h 824 #define _mm_slli_si128(VEC, IMM) \
825 ((__m128i)__builtin_ia32_pslldqi128((__m128i)(VEC), (IMM)*8))
888 #define _mm_srli_si128(VEC, IMM) \
889 ((__m128i)__builtin_ia32_psrldqi128((__m128i)(VEC), (IMM)*8))
    [all...]
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 53 MBlaze::IMM, MBlaze::RTSD, MBlaze::BRI, MBlaze::BEQI, //2C,2D,2E,2F
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 236 milliseconds