Searched refs:hex_style (Results 1 – 1 of 1) sorted by relevance
64 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);581 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local587 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()606 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()1354 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument1356 switch (hex_style) { in SetStyle()