OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:machine
(Results
2701 - 2725
of
8360
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/external/llvm/include/llvm/Target/
TargetSchedule.td
22
// (2) A per-operand
machine
model can be implemented in any
45
// an instruction's
machine
model via custom C++ code. It also allows
46
// a
machine
-independent SchedReadWrite type to map to a sequence of
47
//
machine
-dependent types.
49
// (3) A per-pipeline-stage
machine
model can be implemented by providing
102
bit NoModel = 0; // Special tag to indicate missing
machine
model.
193
// List the per-operand types that map to the
machine
model of an
/external/llvm/test/tools/llvm-readobj/
file-headers.test
33
COFF-ARM-NEXT:
Machine
: IMAGE_FILE_MACHINE_ARMNT (0x1C4)
48
COFF32-NEXT:
Machine
: IMAGE_FILE_MACHINE_I386 (0x14C)
63
COFF64-NEXT:
Machine
: IMAGE_FILE_MACHINE_AMD64 (0x8664)
89
ELF32-NEXT:
Machine
: EM_386 (0x3)
120
ELF64-NEXT:
Machine
: EM_X86_64 (0x3E)
222
PE32-NEXT:
Machine
: IMAGE_FILE_MACHINE_I386 (0x14C)
323
COFF-UNKNOWN-NEXT:
Machine
: IMAGE_FILE_MACHINE_UNKNOWN (0x0)
/external/opencv3/3rdparty/openexr/IlmImf/
ImfXdr.h
41
// Xdr -- routines to convert data between the
machine
's native
42
// format and a
machine
-independent external data representation:
45
// into a
machine
-independent
49
// read<R> (T &i, S &v); reads the
machine
-independent
52
// the value into the
machine
's native
57
//
machine
-independent representation
281
// Size of the
machine
-independent
/system/bt/stack/l2cap/
l2c_ucd.c
939
** Description This is called from main state
machine
when LCID is connectionless
943
** FALSE if the event needs to be processed by main state
machine
[
all
...]
/toolchain/binutils/binutils-2.25/gas/doc/
c-h8300.texi
15
* H8/300 Directives:: H8/300
Machine
Directives
25
machine
-dependent option:
139
@section H8/300
Machine
Directives
141
@cindex H8/300
machine
directives (none)
142
@cindex
machine
directives, H8/300 (none)
145
@code{@value{AS}} has the following
machine
-dependent directives for
181
For detailed information on the H8/300
machine
instruction set, see
/external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
10
// Collect the sequence of
machine
instructions for a basic block.
281
//
Machine
-CFG iterators
434
//
Machine
-CFG mutators
443
/// Note that duplicate
Machine
CFG edges are not allowed.
487
/// Transfers all the successors from MBB to this
machine
basic block (i.e.,
689
/// Given a
machine
basic block that branched to 'Old', change the code and
765
//
Machine
-CFG mutators
[
all
...]
FunctionLoweringInfo.h
11
//
Machine
IR.
72
/// MBBMap - A mapping from LLVM basic blocks to their
machine
code entry.
256
/// landingpad instruction and add them to the specified
machine
module info.
/external/llvm/test/CodeGen/Mips/
atomic.ll
1
; RUN: llc -march=mipsel --disable-
machine
-licm -mcpu=mips32 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MICROMIPS
2
; RUN: llc -march=mipsel --disable-
machine
-licm -mcpu=mips32r2 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MICROMIPS
3
; RUN: llc -march=mipsel --disable-
machine
-licm -mcpu=mips32r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MICROMIPS
4
; RUN: llc -march=mips64el --disable-
machine
-licm -mcpu=mips4 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MICROMIPS
5
; RUN: llc -march=mips64el --disable-
machine
-licm -mcpu=mips64 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MICROMIPS
6
; RUN: llc -march=mips64el --disable-
machine
-licm -mcpu=mips64r2 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MICROMIPS
7
; RUN: llc -march=mips64el --disable-
machine
-licm -mcpu=mips64r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MICROMIPS
8
; RUN: llc -march=mipsel --disable-
machine
-licm -mcpu=mips32r2 -mattr=micromips < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL -check-prefix=MICROMIPS
12
; RUN: llc -march=mips --disable-
machine
-licm -mcpu=mips32 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EB -check-prefix=NOT-MICROMIPS
/packages/services/Telecomm/src/com/android/server/telecom/
CallAudioRouteStateMachine.java
40
* This class describes the available routes of a call as a state
machine
.
[
all
...]
/art/compiler/debug/
elf_debug_loc_writer.h
83
// Get the location of given dex register (e.g. stack or
machine
register).
175
// move between
machine
registers and stack.
209
// (for example, two 32-bit
machine
registers, or even stack and register)
/dalvik/dx/src/com/android/dx/rop/
package-info.java
37
* individual instructions in the abstract register
machine
.
42
* <li> {@link Rop} instances represent opcodes in the abstract
machine
. Many
50
* handled by the abstract
machine
.
/external/autotest/client/site_tests/firmware_TouchMTB/
firmware_utils.py
45
"""Get board of the Chromebook
machine
."""
90
"""Get the processor of the
machine
."""
194
print 'If this is a problem, you could reboot the
machine
.'
/external/autotest/server/cros/dynamic_suite/
reporting.py
212
"""Wrap up information needed to report a test killing a
machine
."""
214
# Label used by the bug-filer to categorize
machine
killers
215
_MACHINE_KILLER_LABEL = '
machine
-killer'
221
def __init__(self, job_id, job_name,
machine
):
226
@param
machine
: The hostname of a
machine
that has been put
236
self._machine =
machine
252
'
Machine
: %(
machine
)s.\n'
254
'
machine
in the Repair Failed State.\n
[
all
...]
/external/freetype/include/internal/
ftcalc.h
197
/* job at inlining it and generating good
machine
code for it. */
208
/* For some reason, GCC 4.6 on Ubuntu 12.04 generates invalid
machine
*/
211
/*
machine
code assumes that the register that contains `a' on input */
/external/kernel-headers/original/uapi/linux/
coff.h
78
* (e.g. 11/70)
machine
79
* F_AR32WR this file has the byte ordering of an AR32WR
machine
81
* F_AR32W this file has the byte ordering of an AR32W
machine
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftcalc.h
197
/* job at inlining it and generating good
machine
code for it. */
208
/* For some reason, GCC 4.6 on Ubuntu 12.04 generates invalid
machine
*/
211
/*
machine
code assumes that the register that contains `a' on input */
/external/libnfc-nxp/src/
phFriNfc_MifareULMap.h
46
* \name Mifare UL - states of the Finite State
machine
172
* It performs a reset of the state and starts the action (state
machine
).
214
* It performs a reset of the state and starts the action (state
machine
).
/external/libunwind/doc/
libunwind-ia64.man
53
.SH
MACHINE
\-STATE
56
The
machine
\-state (set of registers) that is accessible through
109
the remaining
machine
\-state corresponds to the register\-values that
/external/llvm/docs/HistoricalNotes/
2001-02-09-AdveCommentsResponse.txt
90
virtual
machine
). Because most shifts are by constant values, I don't
105
"free" function. The virtual
machine
will then be defined to use the user
154
complicate flow control analysis a LOT in the virtual
machine
. I would
/external/llvm/include/llvm/MC/
MCInstrItineraries.h
65
unsigned Cycles_; ///< Length of stage in
machine
cycles
67
int NextCycles_; ///< Number of
machine
cycles to next stage
111
MCSchedModel SchedModel; ///< Basic
machine
properties.
/external/llvm/lib/CodeGen/
MachineInstrBundle.cpp
41
"Unpack
machine
instruction bundles", false, false)
99
"Finalize
machine
instruction bundles", false, false)
106
/// finalizeBundle - Finalize a
machine
instruction bundle which includes
/external/llvm/test/CodeGen/AArch64/
arm64-misched-basic-A53.ll
4
; The Cortex-A53
machine
model will cause the MADD instruction to be scheduled
80
; The Cortex-A53
machine
model will cause the FDIVvvv_42 to be raised to
128
; Cortex-A53
machine
model stalls on A53UnitFPMDS contention. Instructions that
/external/pdfium/third_party/freetype/include/freetype/internal/
ftcalc.h
197
/* job at inlining it and generating good
machine
code for it. */
208
/* For some reason, GCC 4.6 on Ubuntu 12.04 generates invalid
machine
*/
211
/*
machine
code assumes that the register that contains `a' on input */
/external/v8/test/cctest/compiler/
test-instruction.cc
10
#include "src/compiler/
machine
-operator.h"
31
machine
(zone()),
37
MachineOperatorBuilder
machine
;
member in class:v8::internal::compiler::InstructionTester
test-js-typed-lowering.cc
8
#include "src/compiler/
machine
-operator.h"
40
machine
(main_zone()),
56
MachineOperatorBuilder
machine
;
member in class:v8::internal::compiler::JSTypedLoweringTester
95
&
machine
);
local
[
all
...]
Completed in 2092 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>