/external/libyuv/files/include/libyuv/ |
macros_msa.h | 64 #define SD(val, pdst) \ 68 asm volatile("sd %[val_m], %[pdst_sd_m] \n" \ 73 #define SD(val, pdst) \ 128 #define SD(val, pdst) \
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 564 const ConstantSDNode *SD = cast<ConstantSDNode>(N0); 565 MIB.addImm(SD->getZExtValue()); 651 InstrEmitter::EmitDbgValue(SDDbgValue *SD, 653 uint64_t Offset = SD->getOffset(); 654 MDNode *Var = SD->getVariable(); 655 MDNode *Expr = SD->getExpression(); 656 DebugLoc DL = SD->getDebugLoc(); 660 if (SD->getKind() == SDDbgValue::FRAMEIX) { 664 .addFrameIndex(SD->getFrameIx()) 672 if (SD->getKind() == SDDbgValue::SDNODE) [all...] |
InstrEmitter.h | 113 MachineInstr *EmitDbgValue(SDDbgValue *SD,
|
ScheduleDAGSDNodes.h | 135 RegDefIter(const SUnit *SU, const ScheduleDAGSDNodes *SD);
|
StatepointLowering.cpp | 259 SDValue SD = Builder.getValue(Ptrs[i]); 260 auto SeenIt = Seen.find(SD); 267 Seen[SD] = Ptrs[i]; [all...] |
ScheduleDAGRRList.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/MC/ |
ELFObjectWriter.h | 47 static bool IsELFMetaDataSection(const MCSectionData &SD); 48 static uint64_t DataSectionSize(const MCSectionData &SD); 50 const MCSectionData &SD); 52 const MCSectionData &SD); 330 const MCSectionData *SD);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
rx-decode.opc | 118 #define SD(t,r,s) rx_disp (1, t, r, bwl[s], ld); 287 /** 1111 10sd rdst im sz mov%s #%1, %0 */ 288 ID(mov); DD(sd, rdst, sz); 309 /** 11sz sd ss rsrc rdst mov%s %1, %0 */ 310 if (sd == 3 && ss == 3 && sz == 2 && rsrc == 0 && rdst == 0) 318 if ((ss == 3) && (sd != 3)) 320 SD(ss, rdst, sz); DD(sd, rsrc, sz); 324 SD(ss, rsrc, sz); DD(sd, rdst, sz) [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | 635 ScheduleData *SD = NextInBundle; 636 while (SD) { 637 os << ';' << *SD->Inst; 638 SD = SD->NextInBundle; 695 const BoUpSLP::ScheduleData &SD) { 696 SD.dump(os); 735 ScheduleData *SD = ScheduleDataMap[V]; 736 if (SD && SD->SchedulingRegionID == SchedulingRegionID [all...] |
/external/clang/test/OpenMP/ |
target_data_use_device_ptr_ast_print.cpp | 53 union SD {
|
target_is_device_ptr_ast_print.cpp | 98 union SD {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
InstrEmitter.h | 116 MachineInstr *EmitDbgValue(SDDbgValue *SD,
|
ScheduleDAGRRList.cpp | [all...] |
/external/webp/src/dsp/ |
lossless_msa.c | 51 SD(pix_d, pdst + 16); \ 59 SD(pix_d, pdst + 0); \ 325 SD(pix_d, dst + 0); 329 SD(pix_d, dst);
|
lossless_enc_msa.c | 84 SD(pix_d, data + 0); 88 SD(pix_d, data);
|
/external/valgrind/none/tests/arm/ |
vfp.c | 73 printf("%s, #" #imm " :: Sd 0x%08x\n", \ 77 #define TESTINSN_vmov_core_single(instruction, RN, SD, SDval) \ 81 printf(#SD" 0x%08x\t", SDval); \ 84 "vmov.f32 " #SD ", %1\n\t" \ 89 : #SD, #RN, "memory" \ 95 #define TESTINSN_vmov_single_core(instruction, SD, RN, RNval) \ 102 "vmov " #SD ", #0x40000000\n\t" \ 104 "vstmia %0, {" #SD "}\n\t" \ 107 : #SD, #RN, "memory" \ 109 printf("%s :: "#SD" 0x%08x\n", [all...] |
/external/libpng/mips/ |
filter_msa_intrinsics.c | 86 #define SD(val, pdst) \ 92 "sd %[val_m], %[pdst_sd_m] \n\t" \ 99 #define SD(val, pdst) \ 157 #define SD(val, pdst) \ 163 "sd %[val_m], %[pdst_sd_m] \n\t" \ 170 #define SD(val, pdst) \ 224 #define SD(val, pdst) \ 534 SD(out0, nxt); 646 SD(out0, nxt); 798 SD(out0, nxt) [all...] |
/system/core/libpixelflinger/codeflinger/ |
MIPS64Assembler.cpp | 141 mMips->SD(R_s0, R_sp, 0); 142 mMips->SD(R_s1, R_sp, 8); 143 mMips->SD(R_s2, R_sp, 16); 144 mMips->SD(R_s3, R_sp, 24); 145 mMips->SD(R_s4, R_sp, 32); [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 100 const StoredDiagnostic *SD = D.dyn_cast<const StoredDiagnostic*>(); 101 if (!SD) 107 auto Owner = llvm::make_unique<CXStoredDiagnostic>(*SD, LangOpts);
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
loopfilter_16_msa.c | 499 SD(q1_d, src + pitch); 500 SD(q2_d, src + 2 * pitch); 528 SD(dword0, src); 530 SD(dword1, src); 546 SD(dword0, src); 548 SD(dword1, src); 564 SD(dword0, src); 566 SD(dword1, src); 582 SD(dword0, src); 584 SD(dword1, src) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
Md5.c | 78 #define SD MedStates[(Index2 + 3) & 3]
203 SA += (*Md5_F[Index1]) (SB, SC, SD) + Data[IndexD] + Md5_T[IndexT];
|
/external/clang/lib/Frontend/ |
ASTUnit.cpp | [all...] |
/external/webp/src/enc/ |
quant_enc.c | 91 printf("\nD:%d SD:%d R:%d H:%d nz:0x%x score:%d\n", 92 (int)rd->D, (int)rd->SD, (int)rd->R, (int)rd->H, (int)rd->nz, 528 rd->SD = 0; 537 dst->SD = src->SD; 546 dst->SD += src->SD; 579 rd->score = (rd->R + rd->H) * lambda + RD_DISTO_MULT * (rd->D + rd->SD); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |
/compatibility/cdd/7_hardware-compatibility/ |
7_6_memory-and-storage.md | 128 * a user-accessible removable storage, such as a Secure Digital (SD) card slot. 137 * [C-1-2] MUST include a FAT-formatted storage medium (e.g. SD card) or show 149 as both an SD card slot and shared internal storage), they:
|