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 74 case Mips::LD_H:
91 case Mips::LD_H:
MipsSEInstrInfo.cpp 283 Opc = Mips::LD_H;
  /external/elfutils/src/
ld.h 18 #ifndef LD_H
19 #define LD_H 1
    [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__)
335 out0 = LD_H(RTYPE, (psrc)); \
336 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__)
345 out0 = LD_H(RTYPE, (psrc)); \
346 out1 = LD_H(RTYPE, (psrc) + (stride)); \
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 690 case Mips::LD_H:
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]

Completed in 227 milliseconds