HomeSort by relevance Sort by last modified time
    Searched refs:extb (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
extb.s 0 # extb test
3 extb r0,r1
4 extb fp,sp
6 extb r0,0
7 extb r1,-1
8 extb 0,r2
9 extb -1,r3
10 extb r4,255
11 extb 255,r5
12 extb r6,-25
    [all...]
extb.d 9 0: 00 8e 00 18 18008e00 extb r0,r1
10 4: 00 0e 6e 1b 1b6e0e00 extb fp,sp
11 8: 00 8e 1f 18 181f8e00 extb r0,0
12 c: ff 8f 3f 18 183f8fff extb r1,-1
13 10: 00 0e e1 1f 1fe10e00 extb 0,r2
14 14: 00 8e e1 1f 1fe18e00 extb 0,r3
15 18: ff 8e 9f 18 189f8eff extb r4,255
16 1c: 00 8e e2 1f 1fe28e00 extb 0,r5
17 20: 00 8f df 18 18df8f00 extb r6,-256
18 24: 00 8e e3 1f 1fe38e00 extb 0,r
    [all...]
arc.exp 34 run_dump_test extb
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
ext.s 3 extb d2 define
am33_2.s 5 extb r3,r4
  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.opc 557 /** 0001 0011 1000 extb CALLA %0 */
558 ID (MSO_call); SA (IMMU(2) | (extb << 16));
562 /** 0001 0011 1001 extb CALLA %0 */
563 raddr = IMMU(2) | (extb << 16);
570 /** 0001 0011 1011 extb CALLA %0 */
571 ID (MSO_call); SC (IMMU(2) | (extb << 16));
msp430-decode.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
allinsn.s 230 .global extb
231 extb: label
232 extb $13
233 extb $tp
234 extb $6
235 extb $14
236 extb $10
allinsn.be.d 206 000001da <extb>:
207 1da: 1d 0d extb \$tp
208 1dc: 1d 0d extb \$tp
209 1de: 16 0d extb \$6
210 1e0: 1e 0d extb \$gp
211 1e2: 1a 0d extb \$10
    [all...]
allinsn.le.d 206 000001da <extb>:
207 1da: 0d 1d extb \$tp
208 1dc: 0d 1d extb \$tp
209 1de: 0d 16 extb \$6
210 1e0: 0d 1e extb \$gp
211 1e2: 0d 1a extb \$10
    [all...]
dj1.s 381 extb $0
385 extb $15
dj1.be.d 479 470: 10 0d extb \$0
483 478: 1f 0d extb \$sp
    [all...]
dj1.le.d 479 470: 0d 10 extb \$0
483 478: 0d 1f extb \$sp
    [all...]
  /external/boringssl/src/crypto/x509/
x509_vfy.c 1019 ASN1_OCTET_STRING *exta, *extb; local
1039 extb = X509_EXTENSION_get_data(X509_CRL_get_ext(b, i));
1042 extb = NULL;
1044 if (!exta && !extb)
1047 if (!exta || !extb)
1051 if (ASN1_OCTET_STRING_cmp(exta, extb))
    [all...]

Completed in 757 milliseconds