OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:immediate
(Results
201 - 225
of
1964
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Target/SystemZ/
SystemZInstrFormats.td
145
// bits<m> In :
immediate
value of width m for operand n
495
// One register or
immediate
input operand and one address input operand.
514
// operand may be a register,
immediate
or memory.
519
//
immediate
or memory.
528
// the second may be a register,
immediate
or memory.
630
Immediate
imm, AddressingMode mode = bdaddr12only>
638
Immediate
imm, AddressingMode mode = bdaddr20only>
646
Immediate
imm>
654
SDPatternOperator operator,
Immediate
imm> {
757
RegisterOperand cls,
Immediate
imm
[
all
...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c
446
report_error( ctx, "Instruction expected but
immediate
found" );
457
if (imm->
Immediate
.DataType != TGSI_IMM_FLOAT32 &&
458
imm->
Immediate
.DataType != TGSI_IMM_UINT32 &&
459
imm->
Immediate
.DataType != TGSI_IMM_INT32) {
460
report_error( ctx, "(%u): Invalid
immediate
data type", imm->
Immediate
.DataType );
tgsi_parse.c
152
copy_token(&imm->
Immediate
, &token);
154
imm_count = imm->
Immediate
.NrTokens - 1;
156
switch (imm->
Immediate
.DataType) {
/external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c
149
i915->current.
immediate
[I915_IMMEDIATE_S0]);
161
uint32_t imm = i915->current.
immediate
[i];
171
OUT_BATCH(i915->current.
immediate
[i]);
394
? "user" : "
immediate
"));
557
VALIDATE_ATOM(
immediate
, I915_HW_IMMEDIATE);
607
EMIT_ATOM(
immediate
, I915_HW_IMMEDIATE);
/external/v8/src/ia32/
debug-ia32.cc
120
__ test(reg,
Immediate
(0xc0000000));
131
__ Set(eax,
Immediate
(0)); // No arguments.
132
__ mov(ebx,
Immediate
(ExternalReference::debug_break(masm->isolate())));
143
__ Set(reg,
Immediate
(kDebugZapValue));
160
__ add(esp,
Immediate
(kPointerSize));
307
__ mov(Operand::StaticVariable(restarter_frame_function_slot),
Immediate
(0));
/external/v8/test/cctest/
test-assembler-ia32.cc
101
__ sub(edx,
Immediate
(1));
139
__ sub(edx,
Immediate
(1));
278
__ sub(esp,
Immediate
(8));
281
__ add(esp,
Immediate
(8));
319
__ sub(esp,
Immediate
(8));
322
__ add(esp,
Immediate
(8));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.c
152
copy_token(&imm->
Immediate
, &token);
154
imm_count = imm->
Immediate
.NrTokens - 1;
156
switch (imm->
Immediate
.DataType) {
tgsi_parse.h
79
struct tgsi_immediate
Immediate
;
/external/llvm/include/llvm/CodeGen/
MachineDominators.h
131
/// the children list of the
immediate
dominator.
138
/// tree information when a node's
immediate
dominator changes.
151
/// dominate any other blocks. Removes node from its
immediate
dominator's
/external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp
126
/// printPCRelImm - This is used to print an
immediate
value that ends up
136
assert(Op.isExpr() && "unknown pcrel
immediate
operand");
193
assert(DispSpec.isExpr() && "non-
immediate
displacement for LEA?");
X86IntelInstPrinter.cpp
116
/// printPCRelImm - This is used to print an
immediate
value that ends up
124
assert(Op.isExpr() && "unknown pcrel
immediate
operand");
184
assert(DispSpec.isExpr() && "non-
immediate
displacement for LEA?");
/frameworks/base/services/java/com/android/server/wm/
DimLayer.java
144
if (DEBUG) Slog.v(TAG, "show:
immediate
");
216
/**
Immediate
hide.
220
if (DEBUG) Slog.v(TAG, "hide:
immediate
");
/system/core/libpixelflinger/codeflinger/
ARMAssembler.h
69
virtual uint32_t imm(uint32_t
immediate
);
76
// (
immediate
and Rm can be negative, which indicates U=0)
83
// (
immediate
and Rm can be negative, which indicates U=0)
ARMAssemblerProxy.h
58
virtual uint32_t imm(uint32_t
immediate
);
65
// (
immediate
and Rm can be negative, which indicates U=0)
72
// (
immediate
and Rm can be negative, which indicates U=0)
/dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h
305
* location, size and a value for
immediate
or RegName for
339
* @brief Creates
immediate
operand with the given size and value.
347
* @brief Creates
immediate
operand of OpndSize_32.
355
* @brief Creates
immediate
operand of OpndSize_16.
364
* @brief Creates
immediate
operand of OpndSize_8.
427
* @brief Tests whether operand is
immediate
operand.
453
* @brief Tests whether operand is signed
immediate
operand.
479
* @brief Returns value of
immediate
operand (0 if not
immediate
).
/dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S
46
@ patterns, and we can't represent 0x7fc00000 in
immediate
form, so
/dalvik/vm/mterp/armv5te/
OP_CMPL_DOUBLE.S
38
@ patterns, and we can't represent 0x7fc00000 in
immediate
form, so
/external/chromium/chrome/browser/chromeos/login/
update_screen.h
56
// and
immediate
reboot.
/external/chromium/chrome/browser/debugger/manual_tests/
profiler-test-focus-and-exclude.html
46
<li>repeat the same steps for the selected node (in this case,
immediate
/external/chromium/chrome/browser/ui/views/frame/
contents_container.h
51
// Shows the fade. This is similiar to |FadeActiveContents|, but is
immediate
.
/external/chromium_org/cc/scheduler/
delay_based_time_source.cc
26
//
immediate
interval change. kPhaseChangeThreshold is the fraction of the
27
// interval that will trigger an
immediate
phase change. If the changes are
123
// request an
immediate
reset.
134
// direction, request an
immediate
reset. This logic might result in a false
/external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater.h
30
// not applied. This function may trigger
immediate
policy applications. Web
/external/chromium_org/chromeos/network/
network_sms_handler.h
43
// Requests an
immediate
check for new messages. If |request_existing| is
/external/chromium_org/sandbox/linux/seccomp-bpf/
instruction.h
19
// are 32bit-wide constants, if present. They can be
immediate
/external/chromium_org/third_party/skia/include/lazy/
SkBitmapFactory.h
62
* handle the pixel memory. Otherwise installPixelRef will do an
immediate
decode.
Completed in 403 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>