HomeSort by: relevance | last modified time | path
    Searched defs:rs2 (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/sys/arch/riscv/riscv/
db_machdep.c 189 register_t rs2 = get_reg_value(tf, i.type_b.b_rs2); local
193 branch_p = (rs1 == rs2);
199 branch_p = (rs1 < rs2);
203 branch_p = ((uregister_t)rs1 < (uregister_t)rs2);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
init.c 161 SlapReply rs2 = { REP_RESULT }; local
212 rc = op2->o_bd->be_add( op2, &rs2 );
rbacaudit.c 73 SlapReply rs2 = { REP_RESULT }; local
232 rc = op2.o_bd->be_add( &op2, &rs2 );
rbacperm.c 118 SlapReply rs2 = { REP_RESULT }; local
182 rc = op2.o_bd->be_search( &op2, &rs2 );
rbacsess.c 221 SlapReply rs2 = { REP_RESULT }; local
265 rc = op2.o_bd->be_modify( &op2, &rs2 );
281 SlapReply rs2 = { REP_RESULT }; local
336 rc = op2.o_bd->be_modify( &op2, &rs2 );
352 SlapReply rs2 = { REP_RESULT }; local
376 rc = op2.o_bd->be_delete( &op2, &rs2 );
418 SlapReply rs2 = { REP_RESULT }; local
505 rc = op2->o_bd->be_add( op2, &rs2 );
517 SlapReply rs2 = { REP_RESULT }; local
613 rc = op2.o_bd->be_add( &op2, &rs2 );
662 SlapReply rs2 = { REP_RESULT }; local
736 SlapReply rs2 = { REP_RESULT }; local
837 SlapReply rs2 = { REP_RESULT }; local
    [all...]
rbacuser.c 246 SlapReply rs2 = { REP_RESULT }; local
294 rc = op2.o_bd->be_bind( &op2, &rs2 );
361 SlapReply rs2 = { REP_RESULT }; local
420 rc = op2.o_bd->be_search( &op2, &rs2 );
  /src/sys/arch/sparc/fpu/
fpu.c 305 int opf, rs1, rs2, rd, type, mask, fsr, cx; local
308 int opf, rs1, rs2, rd, type, mask, fsr, cx, i, cond; local
339 rs2 = instr.i_opf.i_rs2;
340 rs2 = (rs2 & ~mask) | ((rs2 & mask & 0x1) << 5);
344 if ((rs1 | rs2 | rd) & mask)
362 rs1 = fs->fs_regs[rs2];
368 rs1 = fs->fs_regs[rs2];
374 rs1 = fs->fs_regs[rs2];
    [all...]
  /src/sys/arch/sparc/sparc/
emul.c 134 union instr *code, int32_t *rd, int32_t *rs1, int32_t *rs2)
164 uprintf("0x%x\n", *rs2);
170 if (*rs2 == 0) {
180 *rd = *rs1 / *rs2;
181 DPRINTF(("muldiv: %d / %d = %d\n", *rs1, *rs2, *rd));
184 *rd = *rs1 * *rs2;
185 DPRINTF(("muldiv: %d * %d = %d\n", *rs1, *rs2, *rd));
198 if (*rd * *rs2 != *rs1)
202 if (*rd / *rs2 != *rs1)
248 int32_t rs1, rs2; local
388 int32_t rs1, rs2, rd; local
    [all...]
  /src/sys/arch/sparc64/sparc64/
emul.c 133 int32_t *rs2)
163 uprintf("0x%x\n", *rs2);
169 if (*rs2 == 0) {
179 *rd = *rs1 / *rs2;
180 DPRINTF(("muldiv: %d / %d = %d\n", *rs1, *rs2, *rd));
183 *rd = *rs1 * *rs2;
184 DPRINTF(("muldiv: %d * %d = %d\n", *rs1, *rs2, *rd));
197 if (*rd * *rs2 != *rs1)
201 if (*rd / *rs2 != *rs1)
245 int64_t rs1, rs2; local
380 int32_t rs1, rs2, rd; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
pguid.c 343 SlapReply rs2 = { REP_RESULT }; local
362 op->o_bd->be_modify( op, &rs2 );
364 if ( rs2.sr_err == LDAP_SUCCESS ) {
371 op->o_log_prefix, pmod->ndn.bv_val, rs2.sr_err );
rdnval.c 89 SlapReply rs2 = { 0 }; local
164 (void)op2.o_bd->be_search( &op2, &rs2 );
175 if ( rs2.sr_err != LDAP_SUCCESS || gotit > 0 ) {
538 SlapReply rs2 = { REP_RESULT }; local
555 op->o_bd->be_modify( op, &rs2 );
558 if ( rs2.sr_err == LDAP_SUCCESS ) {
565 op->o_log_prefix, rmod->ndn.bv_val, rs2.sr_err );
vernum.c 312 SlapReply rs2 = { REP_RESULT }; local
329 op->o_bd->be_modify( op, &rs2 );
332 if ( rs2.sr_err == LDAP_SUCCESS ) {
339 op->o_log_prefix, rmod->ndn.bv_val, rs2.sr_err );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/vc/
vc.c 199 SlapReply rs2 = { 0 }; local
322 rc = get_ctrls2( conn->op, &rs2, 0, LDAP_TAG_EXOP_VERIFY_CREDENTIALS_CONTROLS );
349 rs->sr_err = frontendDB->be_bind( conn->op, &rs2 );
352 rc = vc_create_response( conn, rs2.sr_err, rs2.sr_text,
358 rc = vc_create_response( NULL, rs2.sr_err, rs2.sr_text,
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
delete.c 337 SlapReply rs2 = { REP_RESULT }; local
374 rc = op->o_bd->be_search( &op2, &rs2 );
search.c 2606 SlapReply rs2 = { REP_RESULT }; local
2620 op2.o_bd->be_add( &op2, &rs2 );
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 378 unsigned rs2 = 0; local
383 rs2 = fieldFromInstruction(insn, 0, 5);
397 // Decode imm|rs2.
401 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder);
533 unsigned rs2 = 0; local
538 rs2 = fieldFromInstruction(insn, 0, 5);
554 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder);
566 unsigned rs2 = 0; local
571 rs2 = fieldFromInstruction(insn, 0, 5);
578 // Decode RS2 | SIMM13
597 unsigned rs2 = 0; local
635 unsigned rs2 = 0; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
pam.c 393 SlapReply rs2 = {REP_RESULT}; local
408 rc = op->o_bd->be_search(op, &rs2);
415 rs_reinit(&rs2, REP_RESULT);
419 rc = op->o_bd->be_search(op, &rs2);
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 922 SlapReply rs2 = { REP_RESULT }; local
946 rc = op->o_bd->be_search( &op2, &rs2 );
948 switch ( rs2.sr_err ) {
951 rs->sr_err = rs2.sr_err;
  /src/external/gpl3/binutils/dist/opcodes/
dlx-dis.c 39 unsigned char opc, rs1, rs2, rd; variable
173 (*info->fprintf_func) (info->stream, ",r%d", (int)rs2);
214 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
221 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
257 (*info->fprintf_func) (info->stream, "r%d", (int)rs2);
312 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
465 rs2 = dlx_get_rs2 (insn_word);
474 " rs2 = 0x%02x\n"
479 opc, rs1, rs2, rd, func, imm16, imm26);
  /src/external/gpl3/binutils.old/dist/opcodes/
dlx-dis.c 39 unsigned char opc, rs1, rs2, rd; variable
173 (*info->fprintf_func) (info->stream, ",r%d", (int)rs2);
214 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
221 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
257 (*info->fprintf_func) (info->stream, "r%d", (int)rs2);
312 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
465 rs2 = dlx_get_rs2 (insn_word);
474 " rs2 = 0x%02x\n"
479 opc, rs1, rs2, rd, func, imm16, imm26);
  /src/external/gpl3/gdb.old/dist/opcodes/
dlx-dis.c 39 unsigned char opc, rs1, rs2, rd; variable
173 (*info->fprintf_func) (info->stream, ",r%d", (int)rs2);
214 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
221 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
257 (*info->fprintf_func) (info->stream, "r%d", (int)rs2);
312 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
465 rs2 = dlx_get_rs2 (insn_word);
474 " rs2 = 0x%02x\n"
479 opc, rs1, rs2, rd, func, imm16, imm26);
riscv-opc.c 196 int rs2 = (insn & MASK_RS2) >> OP_SH_RS2; local
197 return match_opcode (op, insn) && rs1 == rs2;
203 int rs2 = (insn & MASK_RS2) >> OP_SH_RS2; local
205 return ((rs2 & 1) == 0) && ((rd & 1) == 0) && match_opcode (op, insn);
347 * - rd2 = RS2 (insn[24:20])
  /src/external/gpl3/gdb.old/dist/sim/riscv/
sim-main.c 162 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2;
165 const char *rs2_name = riscv_gpr_names_abi[rs2];
178 "rs2:%-2i:%-4s %0*" PRIxTW " "
183 rs2, rs2_name, (int) sizeof (unsigned_word) * 2,
184 riscv_cpu->regs[rs2],
192 store_rd (cpu, rd, riscv_cpu->regs[rs1] + riscv_cpu->regs[rs2]);
199 EXTEND32 (riscv_cpu->regs[rs1] + riscv_cpu->regs[rs2]));
215 store_rd (cpu, rd, riscv_cpu->regs[rs1] & riscv_cpu->regs[rs2]);
225 store_rd (cpu, rd, riscv_cpu->regs[rs1] | riscv_cpu->regs[rs2]);
235 store_rd (cpu, rd, riscv_cpu->regs[rs1] ^ riscv_cpu->regs[rs2]);
160 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2; local
690 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2; local
842 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2; local
981 int rs2 = (iw >> OP_SH_CRS2) & OP_MASK_CRS2; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
dlx-dis.c 39 unsigned char opc, rs1, rs2, rd; variable
173 (*info->fprintf_func) (info->stream, ",r%d", (int)rs2);
214 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
221 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
257 (*info->fprintf_func) (info->stream, "r%d", (int)rs2);
312 (*info->fprintf_func) (info->stream, "r%d,", (int)rs2);
465 rs2 = dlx_get_rs2 (insn_word);
474 " rs2 = 0x%02x\n"
479 opc, rs1, rs2, rd, func, imm16, imm26);
  /src/external/gpl3/gdb/dist/sim/riscv/
sim-main.c 162 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2;
165 const char *rs2_name = riscv_gpr_names_abi[rs2];
178 "rs2:%-2i:%-4s %0*" PRIxTW " "
183 rs2, rs2_name, (int) sizeof (unsigned_word) * 2,
184 riscv_cpu->regs[rs2],
192 store_rd (cpu, rd, riscv_cpu->regs[rs1] + riscv_cpu->regs[rs2]);
199 EXTEND32 (riscv_cpu->regs[rs1] + riscv_cpu->regs[rs2]));
215 store_rd (cpu, rd, riscv_cpu->regs[rs1] & riscv_cpu->regs[rs2]);
225 store_rd (cpu, rd, riscv_cpu->regs[rs1] | riscv_cpu->regs[rs2]);
235 store_rd (cpu, rd, riscv_cpu->regs[rs1] ^ riscv_cpu->regs[rs2]);
160 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2; local
690 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2; local
842 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2; local
981 int rs2 = (iw >> OP_SH_CRS2) & OP_MASK_CRS2; local
    [all...]

Completed in 94 milliseconds

1 2 3