/external/llvm/lib/Target/Mips/ |
MipsSERegisterInfo.cpp | 72 case Mips::ST_B:
|
MipsSEInstrInfo.cpp | 208 Opc = Mips::ST_B;
|
/hardware/intel/img/psb_video/src/ |
pnw_H264.c | 99 ST_B , 109 "ST_B", [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
psb_H264.c | 91 ST_B , 101 "ST_B", [all...] |
/external/libvpx/libvpx/vp8/common/mips/msa/ |
vp8_macros_msa.h | 31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) 32 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) 33 #define ST_SB(...) ST_B(v16i8, __VA_ARGS__) 365 ST_B(RTYPE, in0, (pdst)); \ 366 ST_B(RTYPE, in1, (pdst) + stride); \ [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
macros_msa.h | 30 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) 31 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) 32 #define ST_SB(...) ST_B(v16i8, __VA_ARGS__) 401 ST_B(RTYPE, in0, (pdst)); \ 402 ST_B(RTYPE, in1, (pdst) + stride); \ [all...] |
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCCodeEmitter.cpp | 687 case Mips::ST_B: [all...] |
/external/llvm/lib/Target/Mips/Disassembler/ |
MipsDisassembler.cpp | [all...] |