HomeSort by relevance Sort by last modified time
    Searched defs:DW (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp 144 const uint32_t DW = eatBytes<uint32_t>(Bytes);
145 Res = tryDecodeInst(DecoderTableVI32, MI, DW, Address);
148 Res = tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address);
152 const uint64_t QW = ((uint64_t)eatBytes<uint32_t>(Bytes) << 32) | DW;
  /external/pdfium/core/fxcodec/jbig2/
JBig2_SddProc.cpp 32 int32_t DW;
79 if (!IADW->decode(pArithDecoder, &DW))
85 SYMWIDTH = SYMWIDTH + DW;
271 int32_t DW;
310 nVal = pHuffmanDecoder->decodeAValue(SDHUFFDW, &DW);
318 SYMWIDTH = SYMWIDTH + DW;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp 225 const uint32_t DW = eatBytes<uint32_t>(Bytes);
226 Res = tryDecodeInst(DecoderTableVI32, MI, DW, Address);
229 Res = tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address);
232 Res = tryDecodeInst(DecoderTableGFX932, MI, DW, Address);
236 const uint64_t QW = ((uint64_t)eatBytes<uint32_t>(Bytes) << 32) | DW;

Completed in 101 milliseconds