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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
case-1.s 10 PTA/l bar,Tr3
12 PTA/L start,TR2
pt-1.s 1 ! Check simple use of PT/PTA.
13 pta start3,tr4
16 pta start4,tr3
ptext-1.s 1 ! PT, PTA, PTB expansion for external symbols.
4 pta externalsym2 + 44,tr4
7 pta/u externalsym5 + 56,tr4
pt-1.d 3 #name: Basic SHmedia PT and PTA instructions.
15 [ ]+8:[ ]+ebfffe50[ ]+pta/l 4 <start1>,tr5
17 [ ]+10:[ ]+e8000a70[ ]+pta/l 18 <start2>,tr7
21 [ ]+18:[ ]+e8000a40[ ]+pta/l 20 <start3>,tr4
25 [ ]+20:[ ]+ebffea30[ ]+pta/l 8 <start4>,tr3
err-ptb-1.s 2 ! gets an error. Likewise PTA.
13 pta shcompactsymbol2,tr3 ! { dg-error "PTA operand is a SHcompact symbol" }
relax-2.s 3 ! PTA.
pt-noexp-1.d 4 #name: Basic SHmedia PT and PTA instructions with -no-expand.
16 [ ]+8:[ ]+ebfffe50[ ]+pta/l 4 <start1>,tr5
18 [ ]+10:[ ]+e8000a70[ ]+pta/l 18 <start2>,tr7
22 [ ]+18:[ ]+e8000a40[ ]+pta/l 20 <start3>,tr4
26 [ ]+20:[ ]+ebffea30[ ]+pta/l 8 <start4>,tr3
pt64-32-1.d 4 #name: Basic SHmedia PT and PTA instructions with -expand-pt32.
16 [ ]+8:[ ]+ebfffe50[ ]+pta/l 4 <start1>,tr5
18 [ ]+10:[ ]+e8000a70[ ]+pta/l 18 <start2>,tr7
22 [ ]+18:[ ]+e8000a40[ ]+pta/l 20 <start3>,tr4
26 [ ]+20:[ ]+ebffea30[ ]+pta/l 8 <start4>,tr3
syntax-1.s 7 ! Both all-upper and all-lower must be supported. PTA/PTB without /L
12 pta/l .L1,tr0
13 PTA/L .L1,tr0
14 pta/u .L1,tr0
15 PTA/U .L1,tr0
16 pta/l .L1,tr0
17 PTA/L .L1,tr0
22 pta .L1,tr0
23 PTA .L1,tr0
91 pta .+4,tr
    [all...]
ptext32-noexp-1.d 4 #name: PT, PTA, PTB non-expansion for external symbols, 32-bit ABI.
11 [ ]+0:[ ]+e8000250[ ]+pta/l 0 <start>,tr5
13 [ ]+4:[ ]+e8000640[ ]+pta/l 8 <start\+0x8>,tr4
17 [ ]+c:[ ]+e8000050[ ]+pta/u c <start\+0xc>,tr5
19 [ ]+10:[ ]+e8000440[ ]+pta/u 14 <start\+0x14>,tr4
ptext64-noexp-1.d 4 #name: PT, PTA, PTB non-expansion for external symbols, 64-bit ABI.
11 [ ]+0:[ ]+e8000250[ ]+pta/l 0 <start>,tr5
13 [ ]+4:[ ]+e8000640[ ]+pta/l 8 <start\+0x8>,tr4
17 [ ]+c:[ ]+e8000050[ ]+pta/u c <start\+0xc>,tr5
19 [ ]+10:[ ]+e8000440[ ]+pta/u 14 <start\+0x14>,tr4
ptext32-1.d 4 #name: PT, PTA, PTB expansion for external symbols, 32-bit ABI.
ptext64-32-1.d 4 #name: PT, PTA, PTB expansion for external symbols, 64-bit ABI with -expand-pt32.
ptext64-1.d 4 #name: PT, PTA, PTB expansion for external symbols, 64-bit ABI.
  /external/clang/lib/Analysis/
Consumed.cpp 636 if (ParamTypestateAttr *PTA = Param->getAttr<ParamTypestateAttr>()) {
638 ConsumedState ExpectedState = mapParamTypestateAttrState(PTA);
877 if (const ParamTypestateAttr *PTA = Param->getAttr<ParamTypestateAttr>())
878 ParamState = mapParamTypestateAttrState(PTA);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
455 #define PT(x) PTA(x), PTA(x)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 424 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
425 #define PT(x) PTA(x), PTA(x)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
455 #define PT(x) PTA(x), PTA(x)
    [all...]

Completed in 91 milliseconds