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