Searched refs:opcode_0xxxxxxx (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.h | 35 bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset,
|
D | ARMWinEHPrinter.cpp | 121 { 0x80, 0x00, &Decoder::opcode_0xxxxxxx }, // UOP_STACK_FREE (16-bit) 227 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() function in llvm::ARM::WinEH::Decoder
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.h | 38 bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset,
|
D | ARMWinEHPrinter.cpp | 119 { 0x80, 0x00, 1, &Decoder::opcode_0xxxxxxx }, // UOP_STACK_FREE (16-bit) 256 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() function in llvm::ARM::WinEH::Decoder
|