Searched defs:immediate (Results 1 - 25 of 47) 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/libpcap/tests/
H A Dcapturetest.c64 int immediate = 0; local
87 immediate = 1;
132 if (immediate) {
/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.h119 Node* SmiConstant(int32_t immediate) { argument
120 DCHECK(Smi::IsValid(immediate));
121 return Constant(immediate);
/external/v8/src/
H A Dmacro-assembler.h238 // either registers or immediate values. Used to make sure that the
253 int immediate() const { function in class:v8::internal::BASE_EMBEDDED
/external/skia/src/animator/
H A DSkAnimateActive.cpp191 bool SkActive::immediate(bool enable) { function in class:SkActive
/external/v8/src/arm/
H A Dassembler-arm-inl.h309 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { argument
311 imm32_ = immediate;
434 // A movw / movt load immediate.
446 // A mov / orr load immediate.
529 // This is an movw / movt immediate load. Return the immediate.
538 // This is an mov / orr immediate load. Return the immediate.
570 // This is an movw / movt immediate load. Patch the immediate embedde
575 uint32_t immediate = reinterpret_cast<uint32_t>(target); local
591 uint32_t immediate = reinterpret_cast<uint32_t>(target); local
[all...]
/external/v8/src/mips/
H A Dassembler-mips-inl.h56 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { argument
58 imm32_ = immediate;
/external/v8/src/mips64/
H A Dassembler-mips64-inl.h56 Operand::Operand(int64_t immediate, RelocInfo::Mode rmode) { argument
58 imm64_ = immediate;
/external/v8/src/s390/
H A Dassembler-s390-inl.h344 Operand::Operand(intptr_t immediate, RelocInfo::Mode rmode) { argument
346 imm_ = immediate;
/external/v8/src/wasm/
H A Dencoder.cc99 void WasmFunctionBuilder::EmitWithU8(WasmOpcode opcode, const byte immediate) { argument
101 body_.push_back(immediate);
112 uint32_t immediate) {
114 EmitVarInt(immediate);
111 EmitWithVarInt(WasmOpcode opcode, uint32_t immediate) argument
/external/libdrm/nouveau/
H A Dpushbuf.c537 int nr, uint32_t size, bool immediate,
580 push->channel = immediate ? chan : NULL;
670 /* need to flush if we've run out of space on an immediate pushbuf,
536 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.h114 int immediate; /* immediate mode - deliver packets as soon as they arrive */ member in struct:pcap_opt
H A Dpcap.c564 p->opt.immediate = 0;
662 pcap_set_immediate_mode(pcap_t *p, int immediate) argument
666 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.cpp188 /// immediate Value in the MCInst.
190 /// @param Value - The immediate Value, has had any PC adjustment made by
194 /// @param Offset - The byte offset to this immediate in the instruction
195 /// @param Width - The byte width of this immediate in the instruction
199 /// immediate in the instruction using the Address, Offset and Width. If that
202 /// returns zero and isBranch is true then a symbol look up for immediate Value
204 /// an MCExpr with the immediate Value is created. This function returns true
217 /// instruction and its immediate Value are used to determine the address
282 /// translateImmediate - Appends an immediate operand to an MCInst.
285 /// @param immediate
288 translateImmediate(MCInst &mcInst, uint64_t immediate, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) argument
[all...]
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
H A DTerminalBridge.java351 public void dispatchDisconnect(boolean immediate) { argument
356 if (immediate) {
/external/v8/src/ppc/
H A Dassembler-ppc-inl.h377 Operand::Operand(intptr_t immediate, RelocInfo::Mode rmode) { argument
379 imm_ = immediate;
/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.c2291 char immediate = (data[0] & (1 << 23)) == 0; local
2339 if (immediate) {
3692 "immediate dword low\n");
3694 "immediate dword high\n");
3727 instr_out(ctx, 2, "immediate dword low\n");
3728 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/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc1438 int immediate,
1441 if ((immediate == 0) && ((condition == eq) || (condition == ne))) {
1451 __ Cmp(reg, immediate);
1607 // The immediate field in the encoding is limited to 7 bits (signed).
1437 CompareAndBranchOrBacktrack(Register reg, int immediate, Condition condition, Label* to) argument

Completed in 3536 milliseconds

12