/external/iproute2/etc/iproute2/ |
rt_scopes | 9 # pseudo-reserved
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/ |
pseudo.d | 2 #error-output: pseudo.l
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
adr.s | 1 @ test ADR pseudo-op
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
rept.d | 3 # Test the .rept pseudo-op.
|
/external/squashfs-tools/squashfs-tools/ |
pseudo.c | 22 * pseudo.c 38 #include "pseudo.h" 48 struct pseudo *pseudo = NULL; variable in typeref:struct:pseudo 72 * Add pseudo device target to the set of pseudo devices. Pseudo_dev 73 * describes the pseudo device attributes. 75 struct pseudo *add_pseudo(struct pseudo *pseudo, struct pseudo_dev *pseudo_dev [all...] |
pseudo.h | 24 * pseudo.h 40 struct pseudo *pseudo; member in struct:pseudo_entry 44 struct pseudo { struct 52 extern struct pseudo *pseudo_subdir(char *, struct pseudo *); 53 extern struct pseudo_entry *pseudo_readdir(struct pseudo *); 56 extern struct pseudo *get_pseudo();
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/ |
repeat.s | 1 ; Test MRI structured repeat pseudo-op.
|
while.s | 1 ; Test MRI structured while pseudo-op.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/ |
syntax-2.s | 4 ! pseudo-ops
|
err-abi-32.s | 1 ! Check .abi pseudo assertion.
|
err-abi-64.s | 1 ! Check .abi pseudo assertion.
|
/external/syslinux/gpxe/src/core/ |
random.c | 15 * Seed the pseudo-random number generator 24 * Generate a pseudo-random number between 0 and 2147483647L or 2147483562? 26 * @ret rand Pseudo-random number
|
/external/llvm/test/MC/Mips/ |
branch-pseudos-bad.s | 7 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 9 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 11 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 13 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 15 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 17 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 19 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 21 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 24 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 26 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not availabl [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/ |
struct.d | 4 # Test the .struct pseudo-op.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/ |
aligncomm-c.d | 4 # Test the aligned form of the .comm pseudo-op.
|
/external/eigen/doc/snippets/ |
EigenSolver_pseudoEigenvectors.cpp | 7 cout << "The pseudo-eigenvalue matrix D is:" << endl << D << endl; 8 cout << "The pseudo-eigenvector matrix V is:" << endl << V << endl;
|
/toolchain/binutils/binutils-2.27/opcodes/ |
ia64-opc-f.c | 90 {"frcpa", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, PSEUDO, 0, NULL}, 96 {"frsqrta", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, PSEUDO, 0, NULL}, 102 {"fmin", f, OpXbX6Sf (0, 0, 0x14, 0), {F1, F2, F3}, PSEUDO, 0, NULL}, 107 {"fmax", f, OpXbX6Sf (0, 0, 0x15, 0), {F1, F2, F3}, PSEUDO, 0, NULL}, 112 {"famin", f, OpXbX6Sf (0, 0, 0x16, 0), {F1, F2, F3}, PSEUDO, 0, NULL}, 117 {"famax", f, OpXbX6Sf (0, 0, 0x17, 0), {F1, F2, F3}, PSEUDO, 0, NULL}, 122 {"mov", f, OpXbX6 (0, 0, 0x10), {F1, F3}, PSEUDO | F2_EQ_F3, 0, NULL}, 123 {"fabs", f, OpXbX6F2 (0, 0, 0x10, 0), {F1, F3}, PSEUDO, 0, NULL}, 124 {"fneg", f, OpXbX6 (0, 0, 0x11), {F1, F3}, PSEUDO | F2_EQ_F3, 0, NULL}, 125 {"fnegabs", f, OpXbX6F2 (0, 0, 0x11, 0), {F1, F3}, PSEUDO, 0, NULL} [all...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_NetworkInterface.java | 25 * On windows platforms with IPV6 enabled there are a number of pseudo 27 * make sure we only use the non-pseudo interfaces 35 .equals("Teredo Tunneling Pseudo-Interface")) 37 .equals("6to4 Tunneling Pseudo-Interface")) 39 .equals("Automatic Tunneling Pseudo-Interface")) 41 .equals("Loopback Pseudo-Interface"))
|
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/ |
dot-symbol.s | 7 # CHECK: assignment to pseudo-symbol '.' is unsupported (use '.space' or '.org'). 10 # CHECK: invalid use of pseudo-symbol '.' as a label
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZInstrFP.td | 29 def SelectF32 : Pseudo<(outs FP32:$dst), (ins FP32:$src1, FP32:$src2, i8imm:$cc), 30 "# SelectF32 PSEUDO", 33 def SelectF64 : Pseudo<(outs FP64:$dst), (ins FP64:$src1, FP64:$src2, i8imm:$cc), 34 "# SelectF64 PSEUDO", 44 def LD_Fp032 : Pseudo<(outs FP32:$dst), (ins), 47 def LD_Fp064 : Pseudo<(outs FP64:$dst), (ins), 53 def FMOV32rr : Pseudo<(outs FP32:$dst), (ins FP32:$src), 56 def FMOV64rr : Pseudo<(outs FP64:$dst), (ins FP64:$src), 62 def FMOV32rm : Pseudo<(outs FP32:$dst), (ins rriaddr12:$src), 65 def FMOV32rmy : Pseudo<(outs FP32:$dst), (ins rriaddr:$src) [all...] |
/external/eigen/doc/examples/ |
function_taking_eigenbase.cpp | 16 // v.asDiagonal() returns a 3x3 diagonal matrix pseudo-expression
|
/external/libffi/m4/ |
asmcfi.m4 | 2 [AC_CACHE_CHECK([assembler .cfi pseudo-op support],
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
asmcfi.m4 | 2 [AC_CACHE_CHECK([assembler .cfi pseudo-op support],
|
/external/python/cpython3/Modules/_ctypes/libffi/m4/ |
asmcfi.m4 | 2 [AC_CACHE_CHECK([assembler .cfi pseudo-op support],
|
/system/extras/boottime_tools/bootio/sepolicy/ |
bootio.te | 11 # Read access to pseudo filesystems (for /proc/stats, proc/io/io, etc).
|