HomeSort by: relevance | last modified time | path
    Searched defs:operand_value (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeTILEGX_64.c 124 int operand_value[4]; member in struct:jit_instr
618 val = inst->operand_value[i];
754 inst_buf[inst_buf_index].operand_value[0] = op0;
755 inst_buf[inst_buf_index].operand_value[1] = op1;
756 inst_buf[inst_buf_index].operand_value[2] = op2;
757 inst_buf[inst_buf_index].operand_value[3] = op3;
774 inst_buf[inst_buf_index].operand_value[0] = op0;
775 inst_buf[inst_buf_index].operand_value[1] = op1;
776 inst_buf[inst_buf_index].operand_value[2] = op2;
835 inst_buf[inst_buf_index].operand_value[0] = op0
    [all...]
sljitNativeTILEGX_64.c 124 int operand_value[4]; member in struct:jit_instr
618 val = inst->operand_value[i];
754 inst_buf[inst_buf_index].operand_value[0] = op0;
755 inst_buf[inst_buf_index].operand_value[1] = op1;
756 inst_buf[inst_buf_index].operand_value[2] = op2;
757 inst_buf[inst_buf_index].operand_value[3] = op3;
774 inst_buf[inst_buf_index].operand_value[0] = op0;
775 inst_buf[inst_buf_index].operand_value[1] = op1;
776 inst_buf[inst_buf_index].operand_value[2] = op2;
835 inst_buf[inst_buf_index].operand_value[0] = op0
    [all...]

Completed in 23 milliseconds