Home
last modified time | relevance | path

Searched defs:PrintOpcode32 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/vixl/examples/aarch32/
H A Dcustom-aarch32-disasm.cc91 virtual void PrintOpcode32(uint32_t opcode) VIXL_OVERRIDE { in PrintOpcode32() function in vixl::aarch32::CustomDisassembler
/aosp_15_r20/external/vixl/src/aarch32/
H A Ddisasm-aarch32.h2701 virtual void PrintOpcode32(uint32_t opcode) { in PrintOpcode32() function
/aosp_15_r20/external/vixl/test/aarch32/
H A Dtest-disasm-a32.cc361 virtual void PrintOpcode32(uint32_t opcode) VIXL_OVERRIDE { USE(opcode); } in PrintOpcode32() function in vixl::aarch32::TestDisassembler