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

  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 1421 ctf_arinfo_t src_ar, dst_ar; local
1596 if (ctf_array_info(dst_fp, dst_type, &dst_ar) != 0)
1599 if (memcmp(&src_ar, &dst_ar, sizeof (ctf_arinfo_t)))
  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 1660 ctf_arinfo_t src_ar, dst_ar; local
1889 if (ctf_array_info (dst_fp, dst_type, &dst_ar) != 0)
1892 if (memcmp (&src_ar, &dst_ar, sizeof (ctf_arinfo_t)))
1899 dst_ar.ctr_contents, dst_ar.ctr_index,
1900 dst_ar.ctr_nelems);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 1660 ctf_arinfo_t src_ar, dst_ar; local
1889 if (ctf_array_info (dst_fp, dst_type, &dst_ar) != 0)
1892 if (memcmp (&src_ar, &dst_ar, sizeof (ctf_arinfo_t)))
1899 dst_ar.ctr_contents, dst_ar.ctr_index,
1900 dst_ar.ctr_nelems);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 1657 ctf_arinfo_t src_ar, dst_ar; local
1886 if (ctf_array_info (dst_fp, dst_type, &dst_ar) != 0)
1889 if (memcmp (&src_ar, &dst_ar, sizeof (ctf_arinfo_t)))
1896 dst_ar.ctr_contents, dst_ar.ctr_index,
1897 dst_ar.ctr_nelems);
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 1660 ctf_arinfo_t src_ar, dst_ar; local
1889 if (ctf_array_info (dst_fp, dst_type, &dst_ar) != 0)
1892 if (memcmp (&src_ar, &dst_ar, sizeof (ctf_arinfo_t)))
1899 dst_ar.ctr_contents, dst_ar.ctr_index,
1900 dst_ar.ctr_nelems);
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_common.c 1895 sljit_s32 sugg_dst_ar, dst_ar; local
1930 dst_ar = sugg_dst_ar;
1935 dst_ar = sugg_dst_ar;
1951 dst_ar = sugg_dst_ar;
1955 dst_ar = OTHER_FLAG;
1960 FAIL_IF(push_inst(compiler, XORI | SA(dst_ar) | TA(sugg_dst_ar) | IMM(1), sugg_dst_ar));
1961 dst_ar = sugg_dst_ar;
1965 if (DR(TMP_REG2) != dst_ar)
1966 FAIL_IF(push_inst(compiler, ADDU_W | SA(dst_ar) | TA(0) | D(TMP_REG2), DR(TMP_REG2)));
1971 return emit_op_mem(compiler, mem_type, dst_ar, dst, dstw)
    [all...]
sljitNativeTILEGX_64.c 1122 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm)
1126 return ADDLI(dst_ar, ZERO, imm);
1129 FAIL_IF(ADDLI(dst_ar, ZERO, imm >> 16));
1130 return SHL16INSLI(dst_ar, dst_ar, imm);
1134 FAIL_IF(ADDLI(dst_ar, ZERO, imm >> 32));
1135 FAIL_IF(SHL16INSLI(dst_ar, dst_ar, imm >> 16));
1136 return SHL16INSLI(dst_ar, dst_ar, imm)
2089 sljit_s32 sugg_dst_ar, dst_ar; local
    [all...]

Completed in 26 milliseconds