Searched refs:op_str (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/gas/config/
H A Dtc-nios2.h57 extern void md_assemble (char *op_str);
H A Dtc-nios2.c3689 md_assemble (char *op_str)
3704 /* We don't want to clobber to op_str
3706 op_strdup = strdup (op_str);
3680 md_assemble(char *op_str) argument
/haiku-buildtools/isl/
H A Disl_ast.c994 static char *op_str[] = { variable
1157 p = isl_printer_print_str(p, op_str[expr->u.op.op]);
1211 p = isl_printer_print_str(p, op_str[expr->u.op.op]);
1244 p = isl_printer_print_str(p, op_str[expr->u.op.op]);

Completed in 68 milliseconds