HomeSort by: relevance | last modified time | path
    Searched refs:tmp_r (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 966 sljit_s32 tmp_r; local
975 tmp_r = ((inp_flags & LOAD_DATA) && ((inp_flags) & MEM_MASK) <= GPR_REG) ? reg : TMP_REG1;
977 if ((arg & REG_MASK) == tmp_r)
978 tmp_r = TMP_REG1;
986 tmp_r = TMP_REG3;
991 tmp_r = TMP_REG3;
994 FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(arg)) | A(tmp_r) | (argw << 11) | ((31 - argw) << 1)));
996 FAIL_IF(push_inst(compiler, RLDI(tmp_r, OFFS_REG(arg), argw, 63 - argw, 1)));
1001 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg & REG_MASK) | B(tmp_r));
1025 tmp_r = arg
    [all...]
sljitNativeARM_64.c 925 sljit_s32 tmp_r, other_r; local
934 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
990 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RN(arg) | RM(other_r) | ((argw & 0x3) << 10)));
991 return push_inst(compiler, sljit_mem_imm[flags & 0x3] | (shift << 30) | RT(reg) | RN(tmp_r));
1006 FAIL_IF(push_inst(compiler, ADDI | (1 << 22) | RD(tmp_r) | RN(arg & REG_MASK) | ((argw >> 12) << 10)));
1008 | RT(reg) | RN(tmp_r) | ((argw & 0xfff) << (10 - shift)));
  /src/external/bsd/wpa/dist/src/common/
gas_server.c 572 struct gas_server_response *response, *tmp_r; local
583 dl_list_for_each_safe(response, tmp_r, &gas->responses,
  /src/external/bsd/tre/dist/lib/
tre-compile.c 987 tre_ast_node_t *tmp_l, *tmp_r, *tmp_node, *node_copy; local
995 tmp_r = tre_ast_new_literal(mem, PARAMETER, 0, -1);
996 if (!tmp_r)
1004 ((tre_literal_t *)tmp_r->obj)->u.params = old_params;
1016 tmp_node = tre_ast_new_catenation(mem, tmp_node, tmp_r);

Completed in 137 milliseconds