/external/valgrind/none/tests/solaris/ |
proc_psinfo.c | 3 * intercepts the system calls that access this pseudo-file.
|
/external/vixl/tools/ |
make_instruction_doc.pl | 32 # Extra pseudo instructions added to AArch64. 61 ($i ~~ @extras) and $type = 'pseudo'; 84 print describe_insts('Additional or pseudo instructions', 'pseudo');
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
random_vector.h | 21 // This class generates pseudo-random samples.
|
/external/webrtc/webrtc/p2p/base/ |
packetsocketfactory.h | 24 OPT_SSLTCP = 0x01, // Pseudo-TLS.
|
/libcore/luni/src/main/java/libcore/icu/ |
CollationKeyICU.java | 58 * congruential random number generator, producing a pseudo-random
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
nfs4_mount.h | 53 /* Pseudo-flavours to use for authentication. See RFC2623 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
nfs4_mount.h | 53 /* Pseudo-flavours to use for authentication. See RFC2623 */
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
asm.go | 69 // validateSymbol checks that addr represents a valid name for a pseudo-op. 70 func (p *Parser) validateSymbol(pseudo string, addr *obj.Addr, offsetOk bool) { 72 p.errorf("%s symbol %q must be a symbol(SB)", pseudo, addr.Sym.Name) 75 p.errorf("%s symbol %q must not be offset from SB", pseudo, addr.Sym.Name) 79 // evalInteger evaluates an integer constant for a pseudo-op. 80 func (p *Parser) evalInteger(pseudo string, operands []lex.Token) int64 { 82 return p.getConstantPseudo(pseudo, &addr) 86 func (p *Parser) validateImmediate(pseudo string, addr *obj.Addr) { 88 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr)) 92 // asmText assembles a TEXT pseudo-op [all...] |
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
asm.go | 66 // validateSymbol checks that addr represents a valid name for a pseudo-op. 67 func (p *Parser) validateSymbol(pseudo string, addr *obj.Addr, offsetOk bool) { 69 p.errorf("%s symbol %q must be a symbol(SB)", pseudo, addr.Sym.Name) 72 p.errorf("%s symbol %q must not be offset from SB", pseudo, addr.Sym.Name) 76 // evalInteger evaluates an integer constant for a pseudo-op. 77 func (p *Parser) evalInteger(pseudo string, operands []lex.Token) int64 { 79 return p.getConstantPseudo(pseudo, &addr) 83 func (p *Parser) validateImmediate(pseudo string, addr *obj.Addr) { 85 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr)) 89 // asmText assembles a TEXT pseudo-op [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
asm.go | 69 // validateSymbol checks that addr represents a valid name for a pseudo-op. 70 func (p *Parser) validateSymbol(pseudo string, addr *obj.Addr, offsetOk bool) { 72 p.errorf("%s symbol %q must be a symbol(SB)", pseudo, addr.Sym.Name) 75 p.errorf("%s symbol %q must not be offset from SB", pseudo, addr.Sym.Name) 79 // evalInteger evaluates an integer constant for a pseudo-op. 80 func (p *Parser) evalInteger(pseudo string, operands []lex.Token) int64 { 82 return p.getConstantPseudo(pseudo, &addr) 86 func (p *Parser) validateImmediate(pseudo string, addr *obj.Addr) { 88 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr)) 92 // asmText assembles a TEXT pseudo-op [all...] |
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
asm.go | 66 // validateSymbol checks that addr represents a valid name for a pseudo-op. 67 func (p *Parser) validateSymbol(pseudo string, addr *obj.Addr, offsetOk bool) { 69 p.errorf("%s symbol %q must be a symbol(SB)", pseudo, addr.Sym.Name) 72 p.errorf("%s symbol %q must not be offset from SB", pseudo, addr.Sym.Name) 76 // evalInteger evaluates an integer constant for a pseudo-op. 77 func (p *Parser) evalInteger(pseudo string, operands []lex.Token) int64 { 79 return p.getConstantPseudo(pseudo, &addr) 83 func (p *Parser) validateImmediate(pseudo string, addr *obj.Addr) { 85 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr)) 89 // asmText assembles a TEXT pseudo-op [all...] |
/system/sepolicy/ |
healthd.te | 8 # Read access to pseudo filesystems.
|
mediadrmserver.te | 28 # Read access to pseudo filesystems.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
align.s | 1 /* Test the alignment pseudo-ops. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
adrl.d | 4 # Test the `ADRL' pseudo-op
|
inst-po-be.d | 1 #name: .inst pseudo-opcode test 1 - big endian version
|
inst-po.d | 1 #name: .inst pseudo-opcode test 1
|
tcompat2.d | 5 # Test the Thumb pseudo instructions that exist for ARM source compatibility
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
bfin.exp | 55 run_dump_test "pseudo"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/ |
labelbug.s | 26 ; An instruction or pseudo-op may begin anywhere after column 0.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/ |
i860.exp | 54 run_dump_test "pseudo-ops01"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
flags1.d | 12 # Fails on HPUX systems because the .type pseudo-op behaves differently.
|
/external/llvm/lib/CodeGen/ |
ExpandPostRAPseudos.cpp | 1 //===-- ExpandPostRAPseudos.cpp - Pseudo instruction expansion pass -------===// 10 // This file defines a pass that expands COPY and SUBREG_TO_REG pseudo 62 "Post-RA pseudo instruction expansion pass", false, false) 64 /// TransferImplicitDefs - MI is a pseudo-instruction, and the lowered 184 << "********** EXPANDING POST-RA PSEUDO INSTRS **********\n"
|
/toolchain/binutils/binutils-2.25/gas/ |
NEWS | 75 pseudo op. It marks the symbol as being globally unique in the entire 78 * ARM assembler now supports .inst[.nw] pseudo-ops to insert opcodes specified 88 * The .type pseudo-op now accepts a type of STT_GNU_IFUNC which can be used to 99 * New pseudo op .cfi_val_encoded_addr, to record constant addresses in unwind 123 pseudo ops: .string16, .string32 and .string64. 133 * Added gas .reloc pseudo. This is a low-level interface for creating 197 * Added a pseudo-op (.secrel32) to generate 32 bit section relative relocations 207 * New command line option --alternate and pseudo-ops .altmacro and .noaltmacro 322 * x86 gas has a new .arch pseudo op to specify the target CPU architecture. 343 * New .elseif pseudo-op added [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-v850.texi | 95 Enables relaxation. This allows the .longcall and .longjump pseudo 336 @code{@value{AS}} also implements the following pseudo ops: 340 @cindex @code{hi0} pseudo-op, V850 352 @cindex @code{lo} pseudo-op, V850 363 @cindex @code{hi} pseudo-op, V850 377 pseudo-op the movhi instruction would put 0xFFFF0000 into r6, then the 380 which is wrong (the fifth nibble is E). With the hi() pseudo op adding 381 in the top bit of the lo() pseudo op, the movhi instruction actually 385 @cindex @code{hilo} pseudo-op, V850 396 @cindex @code{sdaoff} pseudo-op, V85 [all...] |