Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2634 uint32_t hasS : 1; // Some instructions have an S bit, always set it to 0. in ARMEmitIntExt() member
2694 unsigned hasS = ITP->hasS; in ARMEmitIntExt() local
2733 if (hasS) in ARMEmitIntExt()