Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSubtarget.h163 bool Os16; variable
355 bool os16() const { return Os16; } in os16()
HDMipsSubtarget.cpp83 Os16(Mips_Os16), HasMSA(false), UseTCCInDIV(false), HasSym32(false), in MipsSubtarget()