Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h158 bool AllowMixed16_32; variable
353 AllowMixed16_32; } in allowMixed16_32()
H A DMipsSubtarget.cpp82 HasDSPR2(false), HasDSPR3(false), AllowMixed16_32(Mixed16_32 || Mips_Os16), in MipsSubtarget()