Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h54 bool opcode_11101110(const uint8_t *Opcodes, unsigned &Offset,
H A DARMWinEHPrinter.cpp127 { 0xff, 0xee, 2, &Decoder::opcode_11101110 }, // UOP_MICROSOFT_SPECIFIC (16-bit)
445 bool Decoder::opcode_11101110(const uint8_t *OC, unsigned &Offset, in opcode_11101110() function in llvm::ARM::WinEH::Decoder