Searched defs:PrintOpcode16 (Results 1 – 3 of 3) sorted by relevance
| /external/vixl/examples/aarch32/ | ||
| D | custom-aarch32-disasm.cc | 87 virtual void PrintOpcode16(uint32_t opcode) VIXL_OVERRIDE { in PrintOpcode16() function in vixl::aarch32::CustomDisassembler |
| /external/vixl/src/aarch32/ | ||
| D | disasm-aarch32.h | 2696 virtual void PrintOpcode16(uint32_t opcode) { in PrintOpcode16() function |
| /external/vixl/test/aarch32/ | ||
| D | test-disasm-a32.cc | 358 virtual void PrintOpcode16(uint32_t opcode) VIXL_OVERRIDE { USE(opcode); } in PrintOpcode16() function in vixl::aarch32::TestDisassembler |