Home
last modified time | relevance | path

Searched refs:rrc (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dcfx.c168 rrc_rotate(void *data, size_t len, uint16_t rrc, krb5_boolean unrotate) in rrc_rotate() argument
176 rrc %= len; in rrc_rotate()
178 if (rrc == 0) in rrc_rotate()
181 left = len - rrc; in rrc_rotate()
183 if (rrc <= sizeof(buf)) { in rrc_rotate()
186 tmp = malloc(rrc); in rrc_rotate()
192 memcpy(tmp, data, rrc); in rrc_rotate()
193 memmove(data, (u_char *)data + rrc, left); in rrc_rotate()
194 memcpy((u_char *)data + left, tmp, rrc); in rrc_rotate()
196 memcpy(tmp, (u_char *)data + left, rrc); in rrc_rotate()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/msp430/
H A Drrux.s1 # check that rrux (synthesized as rrc with ZC bit set) works.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
H A Dadddf3.S178 rrc DBL0L,DBL0L
314 rrc.f DBL0L,DBL0L
473 rrc.f DBL0L,DBL0L
H A Dtruncdfsf2.S86 rrc DBL0H,DBL0H ; insert leading 1
H A Daddsf3.S142 rrc r0,r0
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
H A Dadddf3.S178 rrc DBL0L,DBL0L
314 rrc.f DBL0L,DBL0L
473 rrc.f DBL0L,DBL0L
H A Dtruncdfsf2.S86 rrc DBL0H,DBL0H ; insert leading 1
H A Daddsf3.S142 rrc r0,r0
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dmsp430.h128 MSP_INSN (rrc, 2, 1, 0x1000, 0xff80),
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dmsp430.h128 MSP_INSN (rrc, 2, 1, 0x1000, 0xff80),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td644 "rrc.b\t$rd",
649 "rrc\t$rd",
696 "rrc.b\t$src",
701 "rrc\t$src",
705 def RRC8n : II8n<0b000, (outs), (ins indreg:$rs), "rrc.b\t$rs", []>;
706 def RRC16n : II16n<0b000, (outs), (ins indreg:$rs), "rrc\t$rs", []>;
707 def RRC8p : II8p<0b000, (outs), (ins postreg:$rs), "rrc.b\t$rs", []>;
708 def RRC16p : II16p<0b000, (outs), (ins postreg:$rs), "rrc\t$rs", []>;
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-z80.texi362 @samp{set @var{b},}, @samp{rl}, @samp{rlc}, @samp{rr}, @samp{rrc},
H A Dc-z8k.texi377 rrc rd,imm1or2 soutdb @@rd,@@rs,rba tset @@rd
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-z80.texi362 @samp{set @var{b},}, @samp{rl}, @samp{rlc}, @samp{rr}, @samp{rrc},
H A Dc-z8k.texi377 rrc rd,imm1or2 soutdb @@rd,@@rs,rba tset @@rd
H A Das.info25903 `rr', `rrc', `sla', `sli', `sra' and `srl', and the register `R'
26250 rrc rd,imm1or2 soutdb @rd,@rs,rba tset @rd
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/
H A Dlib1funcs.S312 rrc r2,r2
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/
H A Dlib1funcs.S312 rrc r2,r2
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dxstormy16.cpu1362 ("rrc $Rd,$Rs")
1371 ("rrc $Rd,#$imm4")
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dxstormy16.cpu1362 ("rrc $Rd,$Rs")
1371 ("rrc $Rd,#$imm4")
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dxstormy16.cpu1362 ("rrc $Rd,$Rs")
1371 ("rrc $Rd,#$imm4")
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dxstormy16.cpu1362 ("rrc $Rd,$Rs")
1371 ("rrc $Rd,#$imm4")
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A DChangeLog1888 * cfx.c: make rrc a modulus operation if its longer then the
1953 avoids allocating memory on the heap if rrc <= 256
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20165996 * testsuite/gas/arc/rrc.d: Likewise.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20165996 * testsuite/gas/arc/rrc.d: Likewise.

12