Home
last modified time | relevance | path

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

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