Home
last modified time | relevance | path

Searched refs:AllowMixed16_32 (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.h153 bool AllowMixed16_32; variable
344 AllowMixed16_32; } in allowMixed16_32()
DMipsSubtarget.cpp81 AllowMixed16_32(Mixed16_32 | Mips_Os16), Os16(Mips_Os16), HasMSA(false), in MipsSubtarget()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h156 bool AllowMixed16_32; variable
348 AllowMixed16_32; } in allowMixed16_32()
DMipsSubtarget.cpp81 HasDSPR2(false), HasDSPR3(false), AllowMixed16_32(Mixed16_32 | Mips_Os16), in MipsSubtarget()