Home
last modified time | relevance | path

Searched refs:isUImm (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/VE/Disassembler/
DVEDisassembler.cpp468 bool isUImm, DecodeFunc DecodeSX) { in DecodeCAS() argument
490 if (isUImm) in DecodeCAS()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsInstrInfo.td619 let PredicateMethod = "isUImm<" # Bits # ">";
692 let PredicateMethod = "isUImm<16>";
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1314 template <unsigned Bits> bool isUImm() const { in isUImm() function in __anon114dad2e0211::MipsOperand