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.cpp2637 uint32_t hasS : 1; // Some instructions have an S bit, always set it to 0. in ARMEmitIntExt() member
2697 unsigned hasS = ITP->hasS; in ARMEmitIntExt() local
2736 if (hasS) in ARMEmitIntExt()