代码搜索:机载SAR
找到约 1,219 项符合「机载SAR」的源代码
代码结果 1,219
www.eeworm.com/read/101131/15849760
c kreciptest.c
#include
#include
#include "sar.h"
/*extern int _asm_krecipasm (int);*/
int reciptable[2048], fpuasm;
void init (void)
{
int i;
for(i=0;i
www.eeworm.com/read/191809/5161843
s arith.s
.text
.global arith_opcodes
arith_opcodes:
add r5,r6
add 5,r6
addi 7,r5,r6
divh r5,r6
mulh r5,r6
mulh 5,r6
mulhi 7,r5,r6
sar r5,r6
sar 31,r6
satadd r5,r6
satadd 5,r6
satsub r5,r6
satsu
www.eeworm.com/read/190682/5171158
s arith.s
.text
.global arith_opcodes
arith_opcodes:
add r5,r6
add 5,r6
addi 7,r5,r6
divh r5,r6
mulh r5,r6
mulh 5,r6
mulhi 7,r5,r6
sar r5,r6
sar 31,r6
satadd r5,r6
satadd 5,r6
satsub r5,r6
satsu
www.eeworm.com/read/347503/3170842
s arith.s
.text
.global arith_opcodes
arith_opcodes:
add r5,r6
add 5,r6
addi 7,r5,r6
divh r5,r6
mulh r5,r6
mulh 5,r6
mulhi 7,r5,r6
sar r5,r6
sar 31,r6
satadd r5,r6
satadd 5,r6
satsub r5,r6
satsu
www.eeworm.com/read/340665/3267091
s arith.s
.text
.global arith_opcodes
arith_opcodes:
add r5,r6
add 5,r6
addi 7,r5,r6
divh r5,r6
mulh r5,r6
mulh 5,r6
mulhi 7,r5,r6
sar r5,r6
sar 31,r6
satadd r5,r6
satadd 5,r6
satsub r5,r6
satsu
www.eeworm.com/read/447738/1696945
s arith.s
.text
.global arith_opcodes
arith_opcodes:
add r5,r6
add 5,r6
addi 7,r5,r6
divh r5,r6
mulh r5,r6
mulh 5,r6
mulhi 7,r5,r6
sar r5,r6
sar 31,r6
satadd r5,r6
satadd 5,r6
satsub r5,r6
satsu
www.eeworm.com/read/395929/2429342
s arith.s
.text
.global arith_opcodes
arith_opcodes:
add r5,r6
add 5,r6
addi 7,r5,r6
divh r5,r6
mulh r5,r6
mulh 5,r6
mulhi 7,r5,r6
sar r5,r6
sar 31,r6
satadd r5,r6
satadd 5,r6
satsub r5,r6
satsu
www.eeworm.com/read/300969/13874169
s xor.s
.define .xor
.text
! #bytes in cx
.xor:
pop bx ! return address
mov dx,di
mov di,sp
add di,cx
sar cx,#1
1:
pop ax
xor ax,(di)
stos
loop 1b
mov di,dx
jmp (bx)
www.eeworm.com/read/300969/13874226
s dup.s
.define .dup
! #bytes in cx
.text
.dup:
pop bx ! return address
mov ax,si
mov dx,di
mov si,sp
sub sp,cx
mov di,sp
sar cx,#1
rep
mov
mov si,ax
mov di,dx
jmp (bx)
www.eeworm.com/read/132807/5909257
s xor.s
.define .xor
.text
! #bytes in cx
.xor:
pop bx ! return address
mov dx,di
mov di,sp
add di,cx
sar cx,#1
1:
pop ax
xor ax,(di)
stos
loop 1b
mov di,dx
jmp (bx)