/external/v8/src/arm64/ |
assembler-arm64.cc | 263 void Immediate::InitializeHandle(Handle<Object> handle) { 2177 int64_t immediate = operand.ImmediateValue(); local 2284 int64_t immediate = operand.ImmediateValue(); local 2336 int64_t immediate = operand.ImmediateValue(); local [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/wasm/ |
encoder.cc | 118 void WasmFunctionBuilder::EmitWithU8(WasmOpcode opcode, const byte immediate) { 120 body_.push_back(immediate); 130 uint32_t WasmFunctionBuilder::EmitEditableImmediate(const byte immediate) { 131 body_.push_back(immediate); 136 void WasmFunctionBuilder::EditImmediate(uint32_t offset, const byte immediate) { 138 body_[offset] = immediate;
|
/toolchain/binutils/binutils-2.25/cpu/ |
mep-rhcop.cpu | 78 (dnf f-code8 "8 bit unsigned immediate" ((ISA ext_cop1_32)) 24 8) 85 (dnf f-code16a "Unsigned immediate" ((ISA ext_cop1_48)) 16 16) 86 (dnf f-code16b "Unsigned immediate" ((ISA ext_cop1_48,ext_cop1_64)) 32 16) 92 (dnf f-code16c "Unsigned immediate" ((ISA ext_cop1_64)) 48 16) 95 (dnf f-code23 "23 Bit Unisgned Immediate" ((ISA ext_cop1_64)) 41 23) 98 (dnf f-code24 "24 Bit Unisgned Immediate" ((ISA ext_cop1_64)) 40 24)
|
sh64-compact.cpu | 215 (dshcf f-imm8 "Immediate (8 bits)" () 7 8) 216 (dshcf f-imm4 "Immediate (4 bits)" () 3 4) 218 (df f-imm4x2 "Immediate (4 bits)" ((ISA compact)) 3 4 UINT 222 (df f-imm4x4 "Immediate (4 bits)" ((ISA compact)) 3 4 UINT 226 (df f-imm8x2 "Immediate (8 bits)" ((ISA compact)) 7 8 UINT 230 (df f-imm8x4 "Immediate (8 bits)" ((ISA compact)) 7 8 UINT 275 (dshcop imm4 "Immediate value (4 bits)" () h-sint f-imm4) 276 (dshcop imm8 "Immediate value (8 bits)" () h-sint f-imm8) 277 (dshcop uimm8 "Immediate value (8 bits unsigned)" () h-uint f-imm8) 279 (dshcop imm4x2 "Immediate value (4 bits, 2x scale)" () h-uint f-imm4x2 [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-arc.texi | 262 of a three-operand instruction must be an immediate (i.e., the result 269 implied immediate destination operand which does not appear in the 276 it really means that the first argument is an implied immediate (that 284 For example, defining 64-bit multiplier with immediate operands: 293 first operand is an immediate. (Equivalent to discarding the result 301 immediate operand. The result of this operation would be discarded.
|
c-avr.texi | 303 M @r{immediate value from 0 to 255} 304 n @r{immediate value from 0 to 255 ( n = ~M ). Relocation impossible} 305 s @r{immediate value from 0 to 7} 308 K @r{immediate value from 0 to 63 (used in `adiw', `sbiw')} 309 i @r{immediate value} 313 S @r{immediate value from 0 to 7 (S = s << 4)}
|
/toolchain/binutils/binutils-2.25/opcodes/ |
nios2-dis.c | 341 /* 16-bit signed immediate. */ 354 /* 16-bit unsigned immediate. */ 367 /* 16-bit signed immediate address offset. */ 381 /* 5-bit unsigned immediate. */ 394 /* 8-bit unsigned immediate. */ 407 /* 26-bit unsigned immediate. */
|
/toolchain/binutils/binutils-2.25/opcodes/po/ |
da.po | 679 msgid "immediate value cannot be register" 683 msgid "immediate value out of range" 717 msgid "imm:6 immediate is out of range" 726 msgid "dsp:8 immediate is out of range" 730 msgid "Immediate is out of range -8 to 7" 734 msgid "Immediate is out of range -7 to 8" 743 msgid "dsp:16 immediate is out of range" 747 msgid "dsp:20 immediate is out of range" 751 msgid "dsp:24 immediate is out of range" 755 msgid "immediate is out of range 1-2 [all...] |
de.po | 74 msgid "immediate value" 78 msgid "immediate offset" 135 msgid "immediate out of range" 152 msgid "negative immediate value not allowed" 156 msgid "immediate zero expected" 164 msgid "invalid value for immediate" 172 msgid "floating-point immediate expected" 364 msgid "register name used as immediate value" 367 #. Don't treat "mov ip,ip" as a move-immediate. 369 msgid "register source in immediate move [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrFormats.td | 146 // bits<m> In : immediate value of width m for operand n 941 // One 4-bit immediate operand and one address operand. The immediate 1078 Immediate imm> 1086 Immediate imm> 1094 Immediate imm> 1102 SDPatternOperator operator, Immediate imm> { [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
Dominators.h | 88 /// \brief This method dumps immediate dominators for each block, 92 llvm::errs() << "Immediate dominance tree (Node#,IDom#):\n"; 133 /// tree information when a node's immediate dominator changes.
|
/external/libpcap/tests/ |
capturetest.c | 64 int immediate = 0; local 87 immediate = 1; 132 if (immediate) {
|
/external/vixl/src/vixl/a64/ |
decoder-a64.h | 218 // Decode the add/subtract immediate instruction, and call the correspoding 233 // Decode the logical immediate and move wide immediate parts of the
|
/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)
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
stacked_pane.html | 79 * This method triggers an immediate rebuild by default (if necessary).
|
/external/kernel-headers/original/uapi/linux/ |
icmp.h | 55 #define NR_ICMP_UNREACH 15 /* instead of hardcoding immediate value */
|
/external/libdivsufsort/ |
CMakeLists.txt | 97 IMMEDIATE @ONLY)
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/ |
LinuxKeyboard.h | 63 //When a key is repeated, there will be two events: released, followed by another immediate pressed. So check to see if another pressed is present
|
/external/llvm/lib/Target/ARM/ |
ARMScheduleV6.td | 99 // Immediate offset 113 // Immediate offset with update 152 // Immediate offset 166 // Immediate offset with update
|
ThumbRegisterInfo.h | 39 /// specified immediate.
|
/external/llvm/lib/Target/Hexagon/ |
HexagonStoreWidening.cpp | 12 // S4_storeirb_io %vreg100, 0, 0 ; store-immediate-byte 13 // S4_storeirb_io %vreg100, 1, 0 ; store-immediate-byte 15 // S4_storeirh_io %vreg100, 0, 0 ; store-immediate-halfword 122 assert(MO.isImm() && "Expecting immediate offset"); 151 // For now, only handle stores of immediate values. 293 // Currently only handling immediate stores. 396 /// but that may only be possible for store-immediate. 400 // - only expect stores of immediate values in OG, 413 assert(SO.isImm() && "Expecting an immediate operand");
|