Home
last modified time | relevance | path

Searched defs:HiOffset (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp315 unsigned HiOffset = (Offset & 0xffff0000) >> 16; in emitStoreWithImmOffset() local
351 unsigned HiOffset = (Offset & 0xffff0000) >> 16; in emitLoadWithImmOffset() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1579 unsigned HiOffset = LoMemVT.getStoreSize(); in SplitVecRes_MLOAD() local
2352 unsigned HiOffset = LoMemVT.getStoreSize(); in SplitVecOp_MSTORE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3691 int64_t HiOffset = OffsetOp.getImm() & ~0xffff; in expandMem16Inst() local