Searched
full:machine (Results
1051 -
1075 of
8360) sorted by null
<<41424344454647484950>>
/external/llvm/test/CodeGen/X86/ |
stackmap-frame-setup.ll | 1 ; RUN: llc -o /dev/null -verify-machineinstrs -mtriple=x86_64-apple-darwin -mcpu=corei7 -stop-after machine-sink %s | FileCheck %s --check-prefix=ISEL 2 ; RUN: llc -o /dev/null -verify-machineinstrs -mtriple=x86_64-apple-darwin -mcpu=corei7 -fast-isel -fast-isel-abort=1 -stop-after machine-sink %s | FileCheck %s --check-prefix=FAST-ISEL
|
virtual-registers-cleared-in-machine-functions-liveins.ll | 1 ; RUN: llc -mtriple=x86_64-unknown-unknown -o /dev/null -stop-after machine-scheduler %s | FileCheck %s --check-prefix=PRE-RA 4 ; This test verifies that the virtual register references in machine function's
|
/external/llvm/test/Object/ |
yaml2obj-elf-multi-doc.test | 17 Machine: EM_MIPS 40 Machine: EM_MIPS
|
yaml2obj-elf-symbol-basic.yaml | 7 Machine: EM_X86_64 13 Content: "90EBFE" # x86 machine code
|
/external/skia/tools/VisualBench/ |
TimingStateMachine.h | 18 * Manages a timer via a state machine. Can be used by modules to time benchmarks 20 * Clients call nextFrame, and must handle any requests from the timing state machine, specifically
|
/external/v8/src/compiler/ |
common-operator-reducer.h | 26 MachineOperatorBuilder* machine); 45 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::final
|
/external/v8/src/ |
disasm.h | 15 // register-numbers to text. The default implementation is machine 41 // Returns the length of the disassembled machine instruction in bytes.
|
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_cp.h | 2 * IEEE Std 802.1X-2010 Controlled Port of PAE state machine - CP state machine
|
/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/ |
StateMachine.java | 22 * Defines a state machine interface that any implementation of this interface 35 * Sets the initial state of the state machine.
|
/system/bt/bta/mce/ |
bta_mce_main.c | 40 /* state machine action enumeration list */ 57 ** Description State machine event handling function for MCE
|
/system/bt/bta/sdp/ |
bta_sdp.c | 40 /* state machine action enumeration list */ 58 ** Description State machine event handling function for SDP search
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-lm32.c | 32 bfd_mach_lm32, /* Machine number. */ 36 TRUE, /* Is this the default machine for the target. */
|
cpu-spu.c | 45 bfd_mach_spu, /* machine */ 49 TRUE, /* the default machine for the architecture */
|
cpu-tic6x.c | 31 0, /* No BFD machine numbers needed. */ 35 TRUE, /* Default machine for this architecture. */
|
cpu-tic80.c | 32 0, /* only 1 machine */ 36 TRUE, /* default machine for architecture */
|
cpu-w65.c | 43 0, /* only 1 machine */ 47 TRUE, /* the default machine */
|
/toolchain/binutils/binutils-2.25/bfd/hosts/ |
mipsbsd.h | 20 #include <machine/param.h> 21 #include <machine/vmparam.h>
|
mipsmach3.h | 20 #include <machine/vmparam.h> 21 #include <machine/machparam.h>
|
riscos.h | 22 #include <bsd43/machine/machparam.h> 23 #include <bsd43/machine/vmparam.h>
|
vaxult.h | 20 #include <machine/param.h> 21 #include <machine/vmparam.h>
|
vaxult2.h | 20 #include <machine/param.h> 21 #include <machine/vmparam.h>
|
/toolchain/binutils/binutils-2.25/gas/config/ |
te-hppa.h | 0 /* Machine specific defines for the PA machine
|
/toolchain/binutils/binutils-2.25/include/coff/ |
tic4x.h | 37 #define TICOFF_TARGET_MACHINE_SET(FLAGSP, MACHINE) \ 40 if ((MACHINE) == bfd_mach_tic4x) \
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
armelf.sh | 0 MACHINE= 26 MACHINE=
|
/external/llvm/lib/IR/ |
AsmWriter.cpp | 626 /// will reset the state of the machine back to just the module contents. 678 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, 680 : M(M), F(F), Machine(&Machine) {} 686 M(M), Machine(MachineStorage.get()) {} 691 if (!Machine) 698 Machine->purgeFunction(); 699 Machine->incorporateFunction(&F); 705 return Machine->getLocalSlot(V); [all...] |
Completed in 1297 milliseconds
<<41424344454647484950>>