Searched
full:machine (Results
2526 -
2550 of
8360) sorted by null
<<101102103104105106107108109110>>
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
ppc.exp | 49 run_dump_test "machine"
|
/toolchain/binutils/binutils-2.25/include/coff/ |
i386.h | 31 F_AR32WR File has byte ordering of an AR32WR machine (e.g. vax). */
|
ia64.h | 34 * F_AR32WR file has byte ordering of an AR32WR machine (e.g. vax)
|
/toolchain/binutils/binutils-2.25/include/elf/ |
h8.h | 87 /* Machine variant if we know it. This field was invented at Cygnus,
|
mn10300.h | 67 /* Machine variant if we know it. This field was invented at Cygnus,
|
ChangeLog-9103 | 59 * m32r.h: Add new machine type m32r2 and instruction modes. 304 * common.h: Define msp430 machine numbers. 636 * h8.h (EF_H8_MACH): New mask for encoded machine type. 638 machine types. 769 * common.h (EM_JAVELIN): New machine number. 770 (EM_FIREPATH): New machine number. 771 (EM_ZSP): New machine number. 772 (EM_MMIX): New machine number. 773 (EM_HUANY): New machine number. 774 (EM_PRISM): New machine number [all...] |
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
criself.sh | 2 MACHINE=
|
elf64mmix.sh | 18 MACHINE=
|
shelf32.sh | 9 MACHINE=sh5
|
/toolchain/binutils/binutils-2.25/opcodes/ |
cgen-dis.in | 4 THIS FILE IS MACHINE GENERATED WITH CGEN. 5 - the resultant file is machine generated, cgen-dis.in isn't 265 machine insn and extracts the fields. The second pass prints 376 /* There's no standard way to compute the machine or isa number
|
ip2k-opc.h | 3 THIS FILE IS MACHINE GENERATED WITH CGEN.
|
lm32-opc.h | 3 THIS FILE IS MACHINE GENERATED WITH CGEN.
|
or1k-opc.h | 3 THIS FILE IS MACHINE GENERATED WITH CGEN.
|
/external/llvm/lib/CodeGen/MIRParser/ |
MIParser.cpp | 1 //===- MIParser.cpp - Machine instructions parser implementation ----------===// 10 // This file implements the parsing of machine instructions. 365 return error(Loc, Twine("redefinition of machine basic block with id #") + 378 // Skip until the first machine basic block. 390 // Skip until the next machine basic block. 447 return error("expected a machine basic block reference"); 547 // Skip until the first machine basic block. 590 // Parse the remaining machine operands. 603 return error("expected ',' before the next machine operand"); 618 // Parse the machine memory operands [all...] |
/cts/tools/dasm/src/java_cup/ |
Main.java | 20 * <li> Build the state machine, tables, etc. 50 * <dd> produce a dump of parse state machine 77 /** User option -- do we produce a dump of the state machine */ 117 /** Timing data -- when did we end state machine construction */ 172 /* build the state machine and parse tables */ 233 " -dump_states produce a dump of parse state machine\n"+ 505 /** Start state in the overall state machine. */ 520 * <li> Building the viable prefix recognizer machine. 541 /* build the LR viable prefix recognition machine */ 543 System.err.println(" Building state machine...") [all...] |
parse_reduce_table.java | 40 /** How many rows/states in the machine/table. */ 43 /** How many rows/states in the machine/table. */
|
/external/autotest/server/hosts/ |
abstract_ssh.py | 166 to run commands directly on the machine 541 If old_boot_id is provided, this will wait until either the machine 544 returns true under the assumption that the machine has shut down 547 If old_boot_id is None then until the machine becomes unreachable the 548 method assumes the machine has not yet shut down. 600 # The last step will lead to a return True, when in fact the machine 611 # if the machine is up but the boot_id value has changed from 612 # old boot id, then we can assume the machine has gone down 624 # If a machine is stuck switching runlevels 625 # This may cause the machine to reboot [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 243 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() 294 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() 310 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() 343 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() 487 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() 616 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() 744 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() 758 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() 793 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() 935 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init( [all...] |
/external/llvm/docs/ |
CodeGenerator.rst | 33 machine code for a specified target---either in assembly form (suitable for a 34 static compiler) or in binary machine code format (usable for a JIT 39 about various aspects of the machine, independently of how they will be used. 43 classes are intended to be abstract enough to represent the machine code for 44 *any* target machine. These classes are defined in 58 particular targets. These machine descriptions make use of the components 70 familiar with the `target description`_ and `machine code representation`_ 75 target-description and machine code representation classes, ensuring that it is 96 GCC to emit machine code for a target. 101 for radically different targets that do not fit into the LLVM machine [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3inputstream.c | 717 // is the same endianess as the machine we are executing upon or not. If it is not 725 // Machine is Big Endian, if the input is also then install the 731 // Input is machine compatible 747 // Machine is Little Endian, if the input is also then install the 753 // Input is machine compatible 805 // Next char in natural machine byte order 822 // Next character is in natural machine byte order 878 // Next char in natural machine byte order 891 // Next character is in natural machine byte order [all...] |
/bionic/libc/arch-arm/krait/bionic/ |
memcpy_base.S | 30 #include <machine/cpu-features.h> 31 #include <machine/asm.h>
|
/dalvik/docs/ |
hello-world.html | 10 On an Android device, the Dalvik virtual machine usually executes embedded 12 just as you would a virtual machine on your desktop system.
|
/dalvik/dx/src/com/android/dx/ssa/ |
package-info.java | 27 * reasonably efficient register machine representation can be produced from a 28 * stack machine source bytecode.<p>
|
/development/ndk/platforms/android-3/arch-arm/include/machine/ |
ieee.h | 49 * ieee.h defines the machine-dependent layout of the machine's IEEE
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
ieee.h | 44 * ieee.h defines the machine-dependent layout of the machine's IEEE
|
Completed in 1340 milliseconds
<<101102103104105106107108109110>>