Searched refs:op_str (Results 1 – 7 of 7) sorted by relevance
| /tools/perf/arch/x86/tests/ |
| A D | insn-x86.c | 37 static int get_op(const char *op_str) in get_op() argument 60 if (!op_str || !strlen(op_str)) in get_op() 64 if (!strcmp(val->name, op_str)) in get_op()
|
| /tools/perf/util/ |
| A D | print_insn.c | 106 printed += fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str); in print_insn_x86() 142 printed = fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str); in fprintf_insn_asm()
|
| A D | disasm.c | 1675 insn[i].mnemonic, insn[i].op_str); in symbol__disassemble_capstone()
|
| /tools/testing/selftests/x86/bugs/ |
| A D | its_indirect_alignment.py | 92 operand = kcore_insn.op_str 113 … operand += ' -> ' + insn_at_thunk.mnemonic + ' ' + insn_at_thunk.op_str + ' <dynamic-thunk?>'
|
| /tools/verification/rvgen/rvgen/ |
| A D | ltl2ba.py | 140 op_str = "not_supported" variable in BinaryOp 174 op_str = '&&' variable in AndOp 198 op_str = '||' variable in OrOp
|
| /tools/testing/selftests/bpf/ |
| A D | veristat.c | 551 const char *op_str; member 600 const char *op_str; in append_filter() local 603 op_str = operators[i].op_str; in append_filter() 604 p = strstr(str, op_str); in append_filter() 617 p += strlen(op_str); in append_filter()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | reg_bounds.c | 505 static const char *op_str(enum op op) in op_str() function 1390 snappendf(sb, " (%s)%s ", t_str(t->cond_t), use_op ? op_str(t->op) : "<op>"); in subtest_case_str()
|
Completed in 24 milliseconds