Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h132 bool AllowMixed16_32; variable
268 AllowMixed16_32; } in allowMixed16_32()
DMipsSubtarget.cpp72 HasDSPR2(false), HasDSPR3(false), AllowMixed16_32(Mixed16_32 | Mips_Os16), in MipsSubtarget()