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

  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 74 case Mips::LD_W:
91 case Mips::LD_W:
MipsSEInstrInfo.cpp 288 Opc = Mips::LD_W;
  /external/webp/src/dsp/
msa_macro.h 54 #define LD_W(RTYPE, psrc) *((RTYPE*)(psrc))
55 #define LD_UW(...) LD_W(v4u32, __VA_ARGS__)
56 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__)
269 out0 = LD_W(RTYPE, psrc); \
270 out1 = LD_W(RTYPE, psrc + stride); \
277 out2 = LD_W(RTYPE, psrc + 2 * stride); \
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 27 #define LD_W(RTYPE, psrc) *((const RTYPE *)(psrc))
28 #define LD_UW(...) LD_W(v4u32, __VA_ARGS__)
29 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 27 #define LD_W(RTYPE, psrc) *((const RTYPE *)(psrc))
28 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__)
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]

Completed in 581 milliseconds