OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pseudo
(Results
276 - 300
of
3523
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmCpu.h
6
but not in the same format. These so-called
pseudo
-registers provide this information in a standard
106
///
Pseudo
-Registers
114
/// The EFI_SMM_SAVE_STATE_REGISTER_LMA
pseudo
-register values
115
/// If the processor acts in 32-bit mode at the time the SMI occurred, the
pseudo
register value
236
/// but not in the same format. These so-called
pseudo
-registers provide this information in a standard
/external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker_unittest.cc
21
// Define all strings once, because the
pseudo
stack requires pointer equality,
84
// includes filters for capturing
pseudo
stack.
97
// Check that |TRACE_EVENT| macros push and pop to the
pseudo
stack correctly.
232
// Push 11 events onto the
pseudo
stack.
253
// The
pseudo
stack relies on pointer equality, not deep string comparisons.
/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"
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
mvn.ll
38
; ASM-NEXT: # [sp, #20] = def.
pseudo
46
; ASM-NEXT: # [sp, #16] = def.
pseudo
70
; ASM-NEXT: # [sp, #12] = def.
pseudo
94
; ASM-NEXT: # [sp, #8] = def.
pseudo
111
; ASM-NEXT: # [sp, #4] = def.
pseudo
/hardware/interfaces/graphics/composer/2.1/
IComposerClient.hal
624
* SELECT_DISPLAY has this
pseudo
prototype
633
* SELECT_LAYER has this
pseudo
prototype
642
* SET_ERROR has this
pseudo
prototype
653
* SET_CHANGED_COMPOSITION_TYPES has this
pseudo
prototype
669
* SET_DISPLAY_REQUESTS has this
pseudo
prototype
690
* SET_PRESENT_FENCE has this
pseudo
prototype
704
* SET_RELEASE_FENCES has this
pseudo
prototype
727
* SET_COLOR_TRANSFORM has this
pseudo
prototype
770
* SET_CLIENT_TARGET has this
pseudo
prototype
813
* SET_OUTPUT_BUFFER has this
pseudo
prototyp
[
all
...]
/external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py
60
# The maximum number of seconds to wait to acquire the
pseudo
lock for a cloud
250
# the
pseudo
lock all with the same guard (_CLOUD_STORAGE_GLOBAL_LOCK).
254
# (Process 1) Create and acquire the
pseudo
lock
255
# (Process 1) Release the
pseudo
lock
257
# (Process 2) Open and acquire the existing
pseudo
lock
258
# (Process 1) Delete the (existing)
pseudo
lock
259
# (Process 3) Create and acquire a new
pseudo
lock
261
# Using the same guard for creation and removal of the
pseudo
lock guarantees
284
believe they hold the same
pseudo
lock (see _FileLock for more details).
292
# acquire the cloud storage global lock in order to release the
pseudo
[
all
...]
/toolchain/binutils/binutils-2.27/gas/doc/
c-v850.texi
95
Enables relaxation. This allows the .longcall and .longjump
pseudo
351
@code{@value{AS}} also implements the following
pseudo
ops:
355
@cindex @code{hi0}
pseudo
-op, V850
367
@cindex @code{lo}
pseudo
-op, V850
378
@cindex @code{hi}
pseudo
-op, V850
392
pseudo
-op the movhi instruction would put 0xFFFF0000 into r6, then the
395
which is wrong (the fifth nibble is E). With the hi()
pseudo
op adding
396
in the top bit of the lo()
pseudo
op, the movhi instruction actually
400
@cindex @code{hilo}
pseudo
-op, V850
411
@cindex @code{sdaoff}
pseudo
-op, V85
[
all
...]
/external/llvm/lib/Target/AVR/
AVRInstrInfo.td
64
//
Pseudo
shift nodes for non-constant shift amounts.
301
def ADJCALLSTACKDOWN :
Pseudo
<(outs),
310
//:TODO: if we enable this, the
pseudo
is killed because it looks dead
311
def ADJCALLSTACKUP :
Pseudo
<(outs),
335
//
Pseudo
instruction to add four 8-bit registers as two 16-bit values.
340
def ADDWRdRr :
Pseudo
<(outs DREGS:$rd),
358
//
Pseudo
instruction to add four 8-bit registers as two 16-bit values with
365
def ADCWRdRr :
Pseudo
<(outs DREGS:$rd),
404
def SUBWRdRr :
Pseudo
<(outs DREGS:$rd),
422
def SUBIWRdK :
Pseudo
<(outs DLDREGS:$rd)
[
all
...]
/external/gemmlowp/profiling/
profiler.h
20
// This profiler only samples a
pseudo
-stack, not the actual call stack.
22
//
pseudo
-stack "labels", see ScopedProfilingLabel.
23
// Using
pseudo
-stacks allows this profiler to be very simple, low-overhead,
114
// of the number of samples that recorded the given
pseudo
-stack.
298
// This is OK because we're looking at a
pseudo
-stack of labels,
299
// not at the real thread stack, and if the
pseudo
-stack changes
/external/tcpdump/
print-ether.c
270
* This is for DLT_NETANALYZER, which has a 4-byte
pseudo
-header
278
* Fail if we don't have enough data for the Hilscher
pseudo
-header.
285
/* Skip the
pseudo
-header. */
296
*
pseudo
-header, a 7-byte Ethernet preamble, and a 1-byte Ethernet SOF
305
* Fail if we don't have enough data for the Hilscher
pseudo
-header,
313
/* Skip the
pseudo
-header, preamble, and SOF. */
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ValueTypes.td
150
//
Pseudo
valuetype mapped to the current pointer size to any address space.
154
//
Pseudo
valuetype to represent "vector of any size"
157
//
Pseudo
valuetype to represent "float of any format"
160
//
Pseudo
valuetype to represent "integer of any bit width"
163
//
Pseudo
valuetype mapped to the current pointer size.
166
//
Pseudo
valuetype to represent "any type of any size".
/external/squashfs-tools/
CHANGES
19
-
pseudo
: fix handling of modify
pseudo
files
20
-
pseudo
: fix handling of directory
pseudo
files
41
-
pseudo
: fix memory leak in read_pseudo_def() if exec_file() fails
42
-
pseudo
: dynamically allocate path in dump_pseudo()
45
-
pseudo
: fix potential stack overflow in get_component()
46
-
pseudo
: avoid buffer overflow in read_pseudo_def() using sscanf()
47
-
pseudo
: dynamically allocate filename in exec_file()
48
-
pseudo
: avoid buffer overflow in read_sort_file() using fscanf(
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_dumb.py
31
"keep the
pseudo
-installation tree around after " +
96
#
pseudo
-installation tree.
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
MANIFEST
321
tests/yui/out/
pseudo
-first.out
322
tests/yui/out/
pseudo
-first.out.b
323
tests/yui/out/
pseudo
.out
324
tests/yui/out/
pseudo
.out.b
341
tests/yui/
pseudo
-first.css
342
tests/yui/
pseudo
-first.css.min
343
tests/yui/
pseudo
.css
344
tests/yui/
pseudo
.css.min
Completed in 809 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>