HomeSort by relevance Sort by last modified time
    Searched full:subcb (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xc16x/
subcb.s 5 subcb rl0,rl1
6 subcb rl0,[r1]
7 subcb rl0,[r1+]
8 subcb rl0,#0x2
9 subcb rl0,#0x43
10 subcb rl0,0x7643
11 subcb 0x7643,rl0
sub_test.s 54 subcb rl0,rl1
55 subcb rl0,[r1]
56 subcb rl0,[r1+]
57 subcb rl0,#0x2
58 subcb rl0,#0x43
59 subcb rl0,0x7643
60 subcb 0x7643,rl0
62 subcb rl0,rl1
63 subcb rl0,[r1]
64 subcb rl0,[r1+
    [all...]
xc16x.exp 230 set testname "subcb.s: xc16x sub byte with carry tests"
233 gas_start "subcb.s" "-al"
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cr16/
sub_test.s 23 # SUBCB imm4/imm16, reg
25 subcb $0xf,r1
26 subcb $0xff,r2
27 subcb $0xfff,r1
28 #subcb $0xffff,r2 // CHECK WITH CRASM 4.1
29 subcb $20,r1
30 subcb $10,r2
32 # SUBCB reg, reg
34 subcb r1,r2
35 subcb r2,r
    [all...]
sub_test.d 21 1c: f1 3c subcb \$0xf:s,r1
22 1e: b2 3c ff 00 subcb \$0xff:m,r2
23 22: b1 3c ff 0f subcb \$0xfff:m,r1
24 26: b1 3c 14 00 subcb \$0x14:m,r1
25 2a: a2 3c subcb \$0xa:s,r2
26 2c: 12 3d subcb r1,r2
27 2e: 23 3d subcb r2,r3
28 30: 34 3d subcb r3,r4
29 32: 56 3d subcb r5,r6
30 34: 67 3d subcb r6,r
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
flagcb.c 65 printf("%p: my subcb=%p:%p\n", old, old->subCallback,
67 printf("%p: cloned subcb=%p:%p\n", cloned, cloned->subCallback,
78 * CNV -> FLAG -> subcb -> ...
81 * CNV -> subcb -> ...
225 printf("debugCB_fromU:%p calling subCB %p\n", ctx, cloned->subCallback);
227 /* call subCB if present */
231 printf("debugCB_fromU:%p, NOT calling subCB, it's NULL\n", ctx);
249 /* always call subcb if present */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
arith_insn.s 55 .global subcb
56 subcb: label
57 subcb $010 , ra label
58 subcb $-0x56 , sp label
59 subcb r1 , r2 label
arith_insn.d 49 0000003e <subcb>:
50 3e: 8e 08 subcb \$0x8, r14
51 40: ef 08 aa ff subcb \$0xffaa, r15
52 44: 12 48 subcb r1, r2
  /toolchain/binutils/binutils-2.27/opcodes/
xc16x-desc.c     [all...]
xc16x-opc.c 380 /* subcb $regb8,$pof$upof16 */
404 /* subcb $regb8,$pag$upag16 */
452 /* subcb $pof$upof16,$regb8 */
596 /* subcb $drb,$hash$pag$uimm3 */
620 /* subcb $drb,$hash$pof$uimm3 */
632 /* subcb $regb8,$hash$pof$uimm8 */
644 /* subcb $regb8,$hash$pag$uimm8 */
716 /* subcb $drb,$hash$uimm3 */
740 /* subcb $regb8,$hash$uimm8 */
836 /* subcb $drb,$srb *
    [all...]
cr16-opc.c 67 ARITH_BYTE_INST ("subcb", 0x3C, imm16),
crx-opc.c 47 ARITH_BYTE_INST ("subcb", 0x8),
  /toolchain/binutils/binutils-2.27/cpu/
xc16x.cpu 698 (arithmetic17 subcbrpof subcb subc OP1_3 OP2_3 regb8 upof16 QI "pof")
702 (arithmetic17 subcbrpag subcb subc OP1_3 OP2_3 regb8 upag16 QI "pag")
734 (arithmetic19 subcbrpofr subcb subc OP1_3 OP2_5 upof16 regb8 QI "pof")
818 (arithmetic24 subcbrhpag3 subcb subc OP1_3 OP2_9 drb uimm3 QI "pag")
822 (arithmetic24 subcbrhpof3 subcb subc OP1_3 OP2_9 drb uimm3 QI "pof")
836 (arithmetic25 subcrbhpof subcb subc OP1_3 OP2_7 regb8 uimm8 QI "pof")
838 (arithmetic25 subcbrhpag subcb subc OP1_3 OP2_7 regb8 uimm8 QI "pag")
898 (arithmetic13 subcbri subcb subc OP1_3 OP2_9 drb uimm3 QI)
926 (arithmetic15 subcbrim subcb subc OP1_3 OP2_7 regb8 uimm8 QI)
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
ns32k.h 450 { "subcb", 6,16, 0x30, "1B2I", 1, "", DEF_MODEC,DEF_MODEL },
  /toolchain/binutils/binutils-2.27/gas/testsuite/
ChangeLog-2006 989 * gas/xc16x/subcb.s: New file
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-cr16.c     [all...]

Completed in 671 milliseconds