Home
last modified time | relevance | path

Searched refs:print_halfbyte (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/assembler/
Dmachine_code.cc42 inline char print_halfbyte(uint8_t b) { in print_halfbyte() function
48 *result += print_halfbyte(insn >> 4); in AsString()
49 *result += print_halfbyte(insn & 0xf); in AsString()