Searched refs:hex_style (Results 1 – 1 of 1) sorted by relevance
60 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);235 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local241 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()260 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()1002 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument1004 switch (hex_style) { in SetStyle()