Searched refs:hex_style (Results 1 – 1 of 1) sorted by relevance
66 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);596 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local602 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()620 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()1389 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument1391 switch (hex_style) { in SetStyle()