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

  /toolchain/binutils/binutils-2.25/ld/
ld.h 21 #ifndef LD_H
22 #define LD_H
  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 71 case Mips::LD_H:
88 case Mips::LD_H:
MipsSEInstrInfo.cpp 286 Opc = Mips::LD_H;
  /external/elfutils/src/
ld.h 18 #ifndef LD_H
19 #define LD_H 1
    [all...]
  /external/webp/src/dsp/
msa_macro.h 50 #define LD_H(RTYPE, psrc) *((RTYPE*)(psrc))
51 #define LD_UH(...) LD_H(v8u16, __VA_ARGS__)
52 #define LD_SH(...) LD_H(v8i16, __VA_ARGS__)
254 out0 = LD_H(RTYPE, psrc); \
255 out1 = LD_H(RTYPE, psrc + stride); \
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 23 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc))
24 #define LD_UH(...) LD_H(v8u16, __VA_ARGS__)
25 #define LD_SH(...) LD_H(v8i16, __VA_ARGS__)
317 out0 = LD_H(RTYPE, (psrc)); \
318 out1 = LD_H(RTYPE, (psrc) + (stride)); \
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 23 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc))
24 #define LD_UH(...) LD_H(v8u16, __VA_ARGS__)
25 #define LD_SH(...) LD_H(v8i16, __VA_ARGS__)
348 out0 = LD_H(RTYPE, (psrc)); \
349 out1 = LD_H(RTYPE, (psrc) + (stride)); \
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]

Completed in 292 milliseconds