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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-1.s 7 stw .d2t2 B3, *B15--(16)
10 stw .d2t1 A11, *+B15(12)
21 stw .d2t1 A11, *+B15(8)
23 stw .d2t1 A10, *+B15(4)
34 stw .d2t2 B15, *B15--(24)
37 stw .d2t2 B10, *+B15(20)
39 stw .d2t2 B3, *+B15(16)
41 stdw .d2t1 A11:A10, *+B15(8)
53 stw .d2t2 B3, *B15--(16
    [all...]
unwind-2.s 7 stw .d2t2 B3, *B15--(16)
10 stw .d2t1 A11, *+B15(12)
21 stw .d2t1 A11, *+B15(8)
23 stw .d2t1 A10, *+B15(4)
34 stw .d2t2 B15, *B15--(24)
37 stw .d2t2 B10, *+B15(20)
39 stw .d2t2 B3, *+B15(16)
41 stdw .d2t1 A11:A10, *+B15(8)
53 stw .d2t2 B3, *B15--(16
    [all...]
unwind-3.s 9 stw .d2t2 B3, *B15--(16)
18 stw .d2t2 B13, *B15--(16)
21 stw .d2t2 B13, *+B15(12)
29 stw .d2t1 A10, *+B15(12)
unwind-bad-2.s 12 stw .d2t1 A11, *+B15(8)
14 stw .d2t1 A10, *+B15(4)
23 stw .d2t2 B3, *B15--(8)
26 stw .d2t1 A11, *B15--(8)
36 stw .d2t2 B4, *B15--(8)
57 stw .d2t2 B10, *B15--(8)
insns16-d-unit.s 7 dstk: ; op = 0 | STW (.unit) src, *B15[ucst5]
8 ; op = 1 | LDW (.unit)*B15[ucst5], dst
41 dx5: ; ADDAW (.unit)B15, ucst5, dst
unwind-1.d 21 0x88 0x63 pop {A10, A11, B3, B10, B15}
unwind-2.d 21 0x88 0x63 pop {A10, A11, B3, B10, B15}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
shlib-2.s 10 sub .d2 B15, 16, B15
11 stw .d2t1 A4, *+B15(12)
12 ldw .d2t1 *+B15(12), A0
16 add .d2 B15, 16, B15
shlib-1.s 13 sub .d2 B15, 16, B15
14 stw .d2t2 B3, *+B15(12)
15 stw .d2t2 B14, *+B15(16)
21 ldw .d2t2 *+B15(12), B3
22 ldw .d2t2 *+B15(16), B14
23 addk .s2 16, B15
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 127 case AArch64::D15: return AArch64::B15;
167 case AArch64::B15: return AArch64::D15;
  /art/compiler/utils/arm/
assembler_thumb2.cc 327 int16_t encoding = B15 | B14;
341 int32_t encoding = B31 | B30 | B29 | B28 | B15 |
366 return B15 | B13 | B12 | B8 | (cond == NE ? B11 : 0) | static_cast<int32_t>(rn) |
482 return B15 | B13 | (rd << 8) | (offset >> 2);
656 B15 | B14 | B13 | B12 |
    [all...]
assembler_arm.h 349 B15 = 1 << 15,
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 253 /* The B15 field in a BD15 form instruction. The lowest bit is
255 #define B15 B8 + 1
260 #define B24 B15 + 1
    [all...]
  /external/svox/pico/lib/
picopam.c 193 picoos_uint8 b14_b15_syllable; /* B14,B15 */
292 #define B15 23
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 351 AArch64::B15, AArch64::B16, AArch64::B17, AArch64::B18, AArch64::B19,
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
Annotations57649Test.java     [all...]

Completed in 343 milliseconds