Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp195 unsigned ISAFlag = 0; in emitTargetAttributes() local
197 ISAFlag |= CSKYAttrs::V2_ISA_E1; in emitTargetAttributes()
200 ISAFlag |= CSKYAttrs::V2_ISA_1E2; in emitTargetAttributes()
203 ISAFlag |= CSKYAttrs::V2_ISA_2E3; in emitTargetAttributes()
206 ISAFlag |= CSKYAttrs::ISA_MP; in emitTargetAttributes()
209 ISAFlag |= CSKYAttrs::V2_ISA_3E3R1; in emitTargetAttributes()
212 ISAFlag |= CSKYAttrs::V2_ISA_3E3R2; in emitTargetAttributes()
215 ISAFlag |= CSKYAttrs::V2_ISA_3E3R3; in emitTargetAttributes()
218 ISAFlag |= CSKYAttrs::V2_ISA_3E7; in emitTargetAttributes()
221 ISAFlag |= CSKYAttrs::ISA_MP_1E2; in emitTargetAttributes()
[all …]