Searched refs:opcode_str (Results 1 – 4 of 4) sorted by relevance
36 std::string opcode_str; in AssembleAndRunPeelingTest() local39 opcode_str = "OpSLessThan"; in AssembleAndRunPeelingTest()42 opcode_str = "OpSGreaterThan"; in AssembleAndRunPeelingTest()45 opcode_str = "OpSLessThanEqual"; in AssembleAndRunPeelingTest()48 opcode_str = "OpSGreaterThanEqual"; in AssembleAndRunPeelingTest()51 opcode_str = "OpIEqual"; in AssembleAndRunPeelingTest()54 opcode_str = "OpINotEqual"; in AssembleAndRunPeelingTest()61 res_id + " = " + opcode_str + " %bool " + op1 + " " + op2 + "\n"; in AssembleAndRunPeelingTest()
890 static char opcode_str[9] = { 0, }; in display_commands_window() local891 ImGui::InputText("opcode filter", opcode_str, sizeof(opcode_str), in display_commands_window()893 size_t opcode_len = strlen(opcode_str); in display_commands_window()894 uint64_t opcode = strtol(opcode_str, NULL, 16); in display_commands_window()