Home
last modified time | relevance | path

Searched refs:l0 (Results 1 – 15 of 15) sorted by relevance

/external/libffi/src/sparc/
Dv9.S51 add %sp, STACKFRAME+STACK_BIAS, %l0 ! %l0 has start of
54 mov %l0, %o0 ! call routine to set up frame
58 ldx [%l0+ARGS], %o0 ! call foreign function
60 ldd [%l0+ARGS], %f0
61 ldd [%l0+ARGS+8], %f2
62 ldd [%l0+ARGS+16], %f4
63 ldd [%l0+ARGS+24], %f6
64 ldd [%l0+ARGS+32], %f8
65 ldd [%l0+ARGS+40], %f10
66 ldd [%l0+ARGS+48], %f12
[all …]
Dv8.S46 add %sp, STACKFRAME, %l0 ! %l0 has start of
49 mov %l0, %o0 ! call routine to set up frame
53 ld [%l0+ARGS], %o0 ! call foreign function
54 ld [%l0+ARGS+4], %o1
55 ld [%l0+ARGS+8], %o2
56 ld [%l0+ARGS+12], %o3
57 ld [%l0+ARGS+16], %o4
58 ld [%l0+ARGS+20], %o5
60 mov %l0, %sp ! (delay) switch to frame
/external/openssl/crypto/des/
Decb3_enc.c66 register DES_LONG l0,l1; in DES_ecb3_encrypt() local
71 c2l(in,l0); in DES_ecb3_encrypt()
73 ll[0]=l0; in DES_ecb3_encrypt()
79 l0=ll[0]; in DES_ecb3_encrypt()
81 l2c(l0,out); in DES_ecb3_encrypt()
/external/openssl/crypto/bn/
Dbn_div.c279 BN_ULONG q,l0; in BN_div() local
365 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q); in BN_div()
366 tmp->d[div_n]=l0; in BN_div()
503 BN_ULONG q,l0; in BN_div_no_branch() local
589 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q); in BN_div_no_branch()
590 tmp->d[div_n]=l0; in BN_div_no_branch()
/external/openssl/apps/
Dspeed.c1424 long l0,l1; in MAIN() local
1426 l0=(long)lengths[i-1]; in MAIN()
1428 c[D_RC4][i]=c[D_RC4][i-1]*l0/l1; in MAIN()
1429 c[D_CBC_DES][i]=c[D_CBC_DES][i-1]*l0/l1; in MAIN()
1430 c[D_EDE3_DES][i]=c[D_EDE3_DES][i-1]*l0/l1; in MAIN()
1431 c[D_CBC_IDEA][i]=c[D_CBC_IDEA][i-1]*l0/l1; in MAIN()
1432 c[D_CBC_SEED][i]=c[D_CBC_SEED][i-1]*l0/l1; in MAIN()
1433 c[D_CBC_RC2][i]=c[D_CBC_RC2][i-1]*l0/l1; in MAIN()
1434 c[D_CBC_RC5][i]=c[D_CBC_RC5][i-1]*l0/l1; in MAIN()
1435 c[D_CBC_BF][i]=c[D_CBC_BF][i-1]*l0/l1; in MAIN()
[all …]
/external/grub/stage2/
Dxfs.h207 xfs_uint32_t l0, l1, l2, l3; member
211 xfs_uint64_t l0, l1; member
Dfsys_xfs.c145 return (((xfs_fileoff_t)le32 (r->l0) & in xt_offset()
/external/openssl/crypto/
Dsparccpuid.S83 clr %l0
154 clr %l0
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp540 PassRefPtr<Label> BytecodeGenerator::emitLabel(Label* l0) in emitLabel() argument
543 l0->setLocation(newLabelIndex); in emitLabel()
550 return l0; in emitLabel()
558 return l0; in emitLabel()
/external/webkit/JavaScriptCore/parser/
DNodes.cpp1521 RefPtr<Label> l0 = generator.newLabel(); in emitBytecode() local
1526 generator.emitJumpScopes(l0.get(), 0); in emitBytecode()
1527 generator.emitLabel(l0.get()); in emitBytecode()
/external/openssl/crypto/bn/asm/
Dsparcv8plus.S636 #define a_0 %l0
Dsparcv8.S540 #define a_0 %l0
/external/openssl/crypto/des/asm/
Ddes_enc.m484 #define local0 %l0
/external/opencore/protocols/rtp_payload_parser/util/output/
Dpv_rtp.bin2294 ���Fz�Jw�Ԝ�l0�������3����2����`n��<fF��%�
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1412239 (StatementNode::StatementNode): remove initialization of l0 and sid, rename