Searched defs:immediate (Results 1 - 25 of 38) sorted by relevance

12

/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dinsn.h37 int immediate = ((insn & 0xfffc) ^ 0x8000) - 0x8000; local
42 return (arch_addr_t)(uintptr_t)immediate;
44 return addr + (uintptr_t)immediate;
/external/v8/src/
H A Dcode.h17 // either registers or immediate values. Used to make sure that the
24 explicit ParameterCount(int immediate) argument
25 : reg_(no_reg), immediate_(immediate) { }
36 int immediate() const { function in class:v8::internal::BASE_EMBEDDED
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelSystem.java80 public void sendGameEvent(int type, int index, boolean immediate) { argument
81 if (immediate) {
/external/v8/src/compiler/
H A Djs-graph.h78 Node* SmiConstant(int32_t immediate) { argument
79 DCHECK(Smi::IsValid(immediate));
80 return Constant(immediate);
H A Djs-generic-lowering.cc35 Node* JSGenericLowering::SmiConstant(int32_t immediate) { argument
36 return jsgraph()->SmiConstant(immediate);
40 Node* JSGenericLowering::Int32Constant(int immediate) { argument
41 return jsgraph()->Int32Constant(immediate);
/external/skia/src/animator/
H A DSkAnimateActive.cpp191 bool SkActive::immediate(bool enable) { function in class:SkActive
/external/v8/src/mips/
H A Dassembler-mips-inl.h56 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { argument
58 imm32_ = immediate;
H A Dassembler-mips.h366 INLINE(explicit Operand(int32_t immediate,
381 inline int32_t immediate() const { function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/mips64/
H A Dassembler-mips64-inl.h56 Operand::Operand(int64_t immediate, RelocInfo::Mode rmode) { argument
58 imm64_ = immediate;
H A Dassembler-mips64.h356 INLINE(explicit Operand(int64_t immediate,
371 inline int64_t immediate() const { function in class:v8::internal::BASE_EMBEDDED
/external/libdrm/nouveau/
H A Dpushbuf.c534 int nr, uint32_t size, bool immediate,
577 push->channel = immediate ? chan : NULL;
667 /* need to flush if we've run out of space on an immediate pushbuf,
533 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, int nr, uint32_t size, bool immediate, struct nouveau_pushbuf **ppush) argument
/external/libpcap/
H A Dpcap-int.h93 int immediate; /* immediate mode - deliver packets as soon as they arrive */ member in struct:pcap_opt
H A Dpcap.c558 p->opt.immediate = 0;
650 pcap_set_immediate_mode(pcap_t *p, int immediate) argument
654 p->opt.immediate = immediate;
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h101 // immediate
218 uint64_t unsigned_immediate;// unsigned immediate value
219 int64_t signed_immediate; // signed immediate value
309 SetImmediate (uint64_t immediate) argument
312 info.unsigned_immediate = immediate;
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp187 /// immediate Value in the MCInst.
189 /// @param Value - The immediate Value, has had any PC adjustment made by
193 /// @param Offset - The byte offset to this immediate in the instruction
194 /// @param Width - The byte width of this immediate in the instruction
198 /// immediate in the instruction using the Address, Offset and Width. If that
201 /// returns zero and isBranch is true then a symbol look up for immediate Value
203 /// an MCExpr with the immediate Value is created. This function returns true
216 /// instruction and its immediate Value are used to determine the address
281 /// translateImmediate - Appends an immediate operand to an MCInst.
284 /// @param immediate
287 translateImmediate(MCInst &mcInst, uint64_t immediate, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) argument
[all...]
/external/v8/src/arm/
H A Dassembler-arm-inl.h369 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { argument
371 imm32_ = immediate;
501 // A movw / movt load immediate.
513 // A mov / orr load immediate.
591 // This is an movw / movt immediate load. Return the immediate.
600 // This is an mov / orr immediate load. Return the immediate.
633 // This is an movw / movt immediate load. Patch the immediate embedde
638 uint32_t immediate = reinterpret_cast<uint32_t>(target); local
654 uint32_t immediate = reinterpret_cast<uint32_t>(target); local
[all...]
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc70 Immediate64 immediate; local
71 immediate.value = 0xbeefdeaddeefbeed;
72 immediate.type = kImm64Value;
76 immediate.value = constant.ToInt64();
77 return immediate;
79 immediate.type = kImm64Handle;
80 immediate.handle =
82 return immediate;
84 immediate.type = kImm64Reference;
85 immediate
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h610 * @immediate: If non-zero, immediate key to insert before pointer
616 * Add a descriptor block and optionally a preceding immediate key to the local
624 * If not 0, the @immediate field specifies an immediate key which will be
627 * @immediate, @key, and @data array elements are CPU-endian quadlets.
631 * and immediate key. The kernel will also generate a bus reset to signal the
638 __u32 immediate; member in struct:fw_cdev_add_descriptor
650 * Remove a descriptor block and accompanying immediate key from the local
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c485 * immediate
491 struct tgsi_immediate immediate; local
493 immediate.Type = TGSI_TOKEN_TYPE_IMMEDIATE;
494 immediate.NrTokens = 1;
495 immediate.DataType = TGSI_IMM_FLOAT32;
496 immediate.Padding = 0;
498 return immediate;
506 struct tgsi_immediate immediate; local
508 immediate = tgsi_default_immediate();
509 immediate
531 immediate_grow( struct tgsi_immediate *immediate, struct tgsi_header *header ) argument
550 struct tgsi_immediate *immediate; local
[all...]
H A Dtgsi_ureg.c138 } immediate[UREG_MAX_IMMEDIATE]; member in struct:ureg_program
693 /* Actually expand immediate only when fully succeeded.
714 if (ureg->immediate[i].type != type) {
719 ureg->immediate[i].value.u,
720 &ureg->immediate[i].nr,
728 ureg->immediate[i].type = type;
731 ureg->immediate[i].value.u,
732 &ureg->immediate[i].nr,
741 /* Make sure that all referenced elements are from this immediate.
801 ureg->immediate[
[all...]
/external/libdrm/intel/
H A Dintel_decode.c2288 char immediate = (data[0] & (1 << 23)) == 0; local
2336 if (immediate) {
3690 "immediate dword low\n");
3692 "immediate dword high\n");
3725 instr_out(ctx, 2, "immediate dword low\n");
3726 instr_out(ctx, 3, "immediate dword high\n");
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h148 unsigned immediate[I915_MAX_IMMEDIATE]; member in struct:i915_state
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1085 /* need to move any immediate into a temp - for trig functions which use literal for PI stuff */
1168 struct tgsi_full_immediate *immediate; local
1300 immediate = &ctx.parse.FullToken.FullImmediate;
1306 ctx.literals[ctx.nliterals * 4 + 0] = immediate->u[0].Uint;
1307 ctx.literals[ctx.nliterals * 4 + 1] = immediate->u[1].Uint;
1308 ctx.literals[ctx.nliterals * 4 + 2] = immediate->u[2].Uint;
1309 ctx.literals[ctx.nliterals * 4 + 3] = immediate->u[3].Uint;
/external/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc1471 int immediate,
1474 if ((immediate == 0) && ((condition == eq) || (condition == ne))) {
1484 __ Cmp(reg, immediate);
1640 // The immediate field in the encoding is limited to 7 bits (signed).
1470 CompareAndBranchOrBacktrack(Register reg, int immediate, Condition condition, Label* to) argument
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc347 // The worst case for size is mov 64-bit immediate to sp:
359 // 4. 32-bit orr immediate.
360 // 5. 64-bit orr immediate.
367 // Try to move the immediate in one instruction, and if that fails, switch to
375 // Generic immediate case. Imm will be represented by
691 // The worst case for size is logical immediate to sp:
699 int64_t immediate = operand.immediate(); local
702 // If the operation is NOT, invert the operation and immediate.
705 immediate
[all...]

Completed in 655 milliseconds

12