inst_buf_index    513 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c unsigned long inst_buf_index;
inst_buf_index    528 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	memmove(&inst_buf[1], &inst_buf[0], inst_buf_index * sizeof inst_buf[0]);
inst_buf_index    536 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	++inst_buf_index;
inst_buf_index    544 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		(inst_buf_index == 3 ? inst_buf[2].opcode->pipes : (1 << NO_PIPELINE)));
inst_buf_index    565 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	if (inst_buf_index == 1) {
inst_buf_index    576 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	for (i = 0; i < inst_buf_index; i++) {
inst_buf_index    593 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	if (inst_buf_index == 2 && !tilegx_is_x_pipeline(match->pipe[0])) {
inst_buf_index    627 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	int orig_index = inst_buf_index;
inst_buf_index    635 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		for (i = 0; i < inst_buf_index; i++) {
inst_buf_index    642 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		if (inst_buf_index == 3)
inst_buf_index    649 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf_index = 0;
inst_buf_index    663 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf_index = orig_index - 1;
inst_buf_index    668 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		for (i = 0; i < inst_buf_index; i++) {
inst_buf_index    676 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		if (inst_buf_index == 3)
inst_buf_index    685 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			inst_buf_index = 1;
inst_buf_index    688 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			inst_buf_index = 1;
inst_buf_index    701 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf_index = 1;
inst_buf_index    706 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			for (i = 0; i < inst_buf_index; i++) {
inst_buf_index    714 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			if (inst_buf_index == 3)
inst_buf_index    723 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			inst_buf_index = orig_index - 1;
inst_buf_index    738 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	while (inst_buf_index != 0) {
inst_buf_index    746 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE)
inst_buf_index    750 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].opcode = opcode;
inst_buf_index    751 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].pipe = get_any_valid_pipe(opcode);
inst_buf_index    752 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].operand_value[0] = op0;
inst_buf_index    753 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].operand_value[1] = op1;
inst_buf_index    754 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].operand_value[2] = op2;
inst_buf_index    755 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].operand_value[3] = op3;
inst_buf_index    756 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].input_registers = 1L << op1;
inst_buf_index    757 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].output_registers = 1L << op0;
inst_buf_index    758 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].line = line;
inst_buf_index    759 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf_index++;
inst_buf_index    766 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE)
inst_buf_index    770 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].opcode = opcode;
inst_buf_index    771 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].pipe = get_any_valid_pipe(opcode);
inst_buf_index    772 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].operand_value[0] = op0;
inst_buf_index    773 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].operand_value[1] = op1;
inst_buf_index    774 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].operand_value[2] = op2;
inst_buf_index    775 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].line = line;
inst_buf_index    779 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].input_registers = (1L << op0) | (1L << op1);
inst_buf_index    780 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].output_registers = 1L << op0;
inst_buf_index    783 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].input_registers = 1L << op1;
inst_buf_index    784 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].output_registers = (1L << op0) | (1L << op1);
inst_buf_index    800 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].input_registers = (1L << op1) | (1L << op2);
inst_buf_index    801 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].output_registers = 1L << op0;
inst_buf_index    812 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].input_registers = 1L << op1;
inst_buf_index    813 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].output_registers = 1L << op0;
inst_buf_index    820 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf_index++;
inst_buf_index    827 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE)
inst_buf_index    831 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].opcode = opcode;
inst_buf_index    832 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].pipe = get_any_valid_pipe(opcode);
inst_buf_index    833 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].operand_value[0] = op0;
inst_buf_index    834 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].operand_value[1] = op1;
inst_buf_index    835 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].line = line;
inst_buf_index    840 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].input_registers = 1L << op0;
inst_buf_index    846 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].input_registers = (1L << op0) | (1L << op1);
inst_buf_index    847 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].output_registers = 0;
inst_buf_index    857 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].input_registers = 1L << op1;
inst_buf_index    858 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		inst_buf[inst_buf_index].output_registers = 1L << op0;
inst_buf_index    865 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf_index++;
inst_buf_index    872 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE)
inst_buf_index    876 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].opcode = opcode;
inst_buf_index    877 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].pipe = get_any_valid_pipe(opcode);
inst_buf_index    878 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].input_registers = 0;
inst_buf_index    879 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].output_registers = 0;
inst_buf_index    880 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].line = line;
inst_buf_index    881 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf_index++;
inst_buf_index    888 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE)
inst_buf_index    892 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].opcode = opcode;
inst_buf_index    893 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].pipe = get_any_valid_pipe(opcode);
inst_buf_index    894 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].operand_value[0] = op0;
inst_buf_index    895 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].input_registers = 1L << op0;
inst_buf_index    896 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].output_registers = 0;
inst_buf_index    897 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].line = line;
inst_buf_index    898 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf_index++;