/toolchain/binutils/binutils-2.25/opcodes/ |
ia64-opc-b.c | 81 B0, OpX6BtypePaWhaDPr (0, 0x20, 0, a, 0, b, 0), {B2}, PSEUDO, 0, NULL 91 #define BRP(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, PSEUDO, 0, NULL 166 {"br.ret.sptk", BRT (0x21, 4, 0, 0, 0, PSEUDO | MOD_RRBS)}, 168 {"br.ret.sptk.clr", BRT (0x21, 4, 0, 0, 1, PSEUDO | MOD_RRBS)}, 170 {"br.ret.spnt", BRT (0x21, 4, 0, 1, 0, PSEUDO | MOD_RRBS)}, 172 {"br.ret.spnt.clr", BRT (0x21, 4, 0, 1, 1, PSEUDO | MOD_RRBS)}, 174 {"br.ret.dptk", BRT (0x21, 4, 0, 2, 0, PSEUDO | MOD_RRBS)}, 176 {"br.ret.dptk.clr", BRT (0x21, 4, 0, 2, 1, PSEUDO | MOD_RRBS)}, 178 {"br.ret.dpnt", BRT (0x21, 4, 0, 3, 0, PSEUDO | MOD_RRBS)}, 180 {"br.ret.dpnt.clr", BRT (0x21, 4, 0, 3, 1, PSEUDO | MOD_RRBS)} [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
pty.h | 1 /* Functions for pseudo TTY handling. 31 /* Create pseudo tty master slave pair with NAME and set terminal 38 /* Create child process and establish the slave pseudo terminal as the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
pty.h | 1 /* Functions for pseudo TTY handling. 31 /* Create pseudo tty master slave pair with NAME and set terminal 38 /* Create child process and establish the slave pseudo terminal as the
|
/external/clang/test/SemaCXX/ |
pseudo-destructors.cpp | 45 i->N::OtherInteger::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}} 46 i->N::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}} 47 i->Integer::~Double(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('Double' (aka 'double')) in pseudo-destructor expression}} 62 ip->~Integer; // expected-error{{reference to pseudo-destructor must be called}}
|
/external/curl/tests/data/ |
test1007 | 28 # Verify pseudo protocol after the test has been "shot"
|
test1009 | 36 # Verify pseudo protocol after the test has been "shot"
|
test1049 | 36 # Verify pseudo protocol after the test has been "shot"
|
test1093 | 36 # Verify pseudo protocol after the test has been "shot"
|
test1094 | 42 # Verify pseudo protocol after the test has been "shot"
|
test1099 | 31 # Verify pseudo protocol after the test has been "shot"
|
test1238 | 37 # Verify pseudo protocol after the test has been "shot"
|
test285 | 30 # Verify pseudo protocol after the test has been "shot"
|
/external/libchrome/base/trace_event/ |
heap_profiler_allocation_context_tracker.h | 20 // profiling. It includes a pseudo stack of trace events. On every allocation 46 // Pushes a frame onto the thread-local pseudo stack. 49 // Pops a frame from the thread-local pseudo stack. 64 // The pseudo stack where frames are |TRACE_EVENT| names.
|
/external/llvm/test/MC/AArch64/ |
ldr-pseudo-obj-errors.s | 5 //with the ldr pseudo. They are tested separately from parse errors because they
|
/external/llvm/test/MC/Mips/ |
macro-bcc-imm-bad.s | 7 blt $a2, 16, foo # ALL: :[[@LINE]]:5: error: pseudo-instruction requires $at, which is not available
|
mips-noat.s | 17 lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: pseudo-instruction requires $at, which is not available 33 lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: pseudo-instruction requires $at, which is not available
|
/system/sepolicy/ |
bootanim.te | 24 # Read access to pseudo filesystems.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/ |
pseudo-ops01.d | 3 #name: i860 pseudo-ops01
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
nop_x.d | 2 # name: ia64 nop.x pseudo
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
fb-2.s | 1 # Test fb-label where the insn or pseudo on line with definition uses an
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/ |
aligncomm-a.d | 4 # Test the aligned form of the .comm pseudo-op.
|
aligncomm-d.d | 4 # Test the aligned form of the .comm pseudo-op.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
extaddr.s | 7 ; LDX pseudo-op
|
/external/llvm/include/llvm/CodeGen/ |
PseudoSourceValue.h | 114 /// A specialized pseudo soruce value for holding GlobalValue values. 128 /// A specialized pseudo source value for holding external symbol values. 142 /// Manages creation of pseudo source values. 155 /// Return a pseudo source value referencing the area below the stack frame of 159 /// Return a pseudo source value referencing the global offset table 163 /// Return a pseudo source value referencing the constant pool. Since constant 168 /// Return a pseudo source value referencing a jump table. Since jump tables 172 /// Return a pseudo source value referencing a fixed stack frame entry,
|
/external/llvm/lib/Target/BPF/ |
BPFInstrFormats.td | 28 // Pseudo instructions 29 class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern>
|