Home
last modified time | relevance | path

Searched refs:hasS (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2615 uint32_t hasS : 1; // Some instructions have an S bit, always set it to 0. in ARMEmitIntExt() member
2675 unsigned hasS = ITP->hasS; in ARMEmitIntExt() local
2712 if (hasS) in ARMEmitIntExt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp2641 uint32_t hasS : 1; // Some instructions have an S bit, always set it to 0. in ARMEmitIntExt() member
2701 unsigned hasS = ITP->hasS; in ARMEmitIntExt() local
2740 if (hasS) in ARMEmitIntExt()