Searched defs:hasMips32r6 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp44 bool hasMips32r6() const { function in class:__anon12230::MipsDisassembler
875 if (hasMips32r6()) {
901 if (hasMips32r6()) {
942 if (hasMips32r6() && isGP64()) {
952 if (hasMips32r6()) {
/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h206 bool hasMips32r6() const { function in class:llvm::MipsSubtarget
242 bool inMicroMips32r6Mode() const { return InMicroMipsMode && hasMips32r6(); }
287 bool systemSupportsUnalignedAccess() const { return hasMips32r6(); }
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp507 bool hasMips32r6() const { function in class:__anon12226::MipsAsmParser
1591 if (hasMips32r6() && Inst.getOpcode() == Mips::SSNOP) {
2107 JalrInst.setOpcode(hasMips32r6() ? Mips::JALRC16_MMR6 : Mips::JALR16_MM);
2483 Inst.setOpcode(hasMips32r6() ? Mips::BC16_MMR6 : Mips::B16_MM);
2646 if (inMicroMipsMode() && hasMips32r6())
2917 if (hasMips32r6()) {
3032 if (hasMips32r6() || hasMips64r6()) {
3109 if (hasMips32r6() || hasMips64r6()) {

Completed in 65 milliseconds