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