Searched refs:immediate (Results 1 - 25 of 171) sorted by relevance

1234567

/macosx-10.9.5/cctools-845/ld/
H A Di860_reloc.c67 unsigned long instruction, immediate; local
84 * The compiler "warnings: `merged_symbol', `local_map' and `immediate'
89 immediate = 0;
458 * This is used both for a 16 bit immediate or a
461 * immediate is a 32 bit word displacement
486 * The immediate is always a 32 bit word
648 immediate = ((instruction & 0xffff) << 16) | other_half;
649 immediate += value;
651 ((immediate >> 16) & 0xffff);
652 other_half = immediate
[all...]
H A Dppc_reloc.c81 unsigned long instruction, immediate; local
106 immediate = 0;
1047 immediate = ((instruction & 0xffff) << 16) |
1049 immediate += value;
1051 ((immediate >> 16) & 0xffff);
1052 other_half = immediate & 0xffff;
1056 immediate = (other_half << 16) |
1058 immediate += value;
1060 (immediate & 0xffff);
1061 other_half = (immediate >> 1
[all...]
H A Dsparc_reloc.c73 unsigned long instruction, immediate; local
97 immediate = 0;
842 immediate = ((instruction & 0x3fffff) << 10) | other_half;
843 immediate += value;
845 ((immediate >> 10) & 0x3fffff);
846 other_half = immediate & 0x3ff;
850 immediate = ((instruction & 0x3fffff) << 10) | other_half;
851 immediate += value;
853 ((immediate >> 10) & 0x3fffff);
854 other_half = immediate
[all...]
H A Dhppa_reloc.c72 unsigned long instruction, immediate; local
98 immediate = 0;
918 immediate = sign_ext(other_half, 14) +
921 immediate - r_value + pair_r_value,
929 immediate = sign_ext(other_half, 14) +
932 calc_hppa_HILO(value, immediate, &hi21, &lo14);
934 calc_hppa_HILO(value + r_value, immediate - r_value,
937 calc_hppa_HILO(value + immediate, 0, &hi21, &lo14);
943 immediate = low_sign_ext(instruction & 0x3fff, 14);
944 immediate
[all...]
H A Darm_reloc.c81 unsigned long instruction, immediate, low_bit; local
107 immediate = 0;
914 /* immediate must be multiple of four bytes.
1026 immediate = instruction & 0x00ffffff;
1027 if((immediate & 0x00800000) != 0)
1028 immediate |= 0xff000000;
1030 immediate = immediate << 2;
1031 /* In a BLX, bit 1 of the immediate is at bit 24
1035 immediate |
[all...]
H A Dm88k_reloc.c69 unsigned long instruction, immediate; local
93 immediate = 0;
842 immediate = ((instruction & 0xffff) << 16) |
844 immediate += value;
846 ((immediate >> 16) & 0xffff);
847 other_half = immediate & 0xffff;
850 immediate = (other_half << 16) |
852 immediate += value;
854 (immediate & 0xffff);
855 other_half = (immediate >> 1
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DHostWindow.h41 // Requests the host invalidate the root view, not the contents. If immediate is true do so synchronously, otherwise async.
42 virtual void invalidateRootView(const IntRect& updateRect, bool immediate) = 0;
44 // Requests the host invalidate the contents and the root view. If immediate is true do so synchronously, otherwise async.
45 virtual void invalidateContentsAndRootView(const IntRect& updateRect, bool immediate) = 0;
51 virtual void invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) = 0;
/macosx-10.9.5/cctools-845/gprof/
H A Dvax.h80 immediate, absolute, byterel, bytereldef, wordrel, wordreldef, enumerator in enum:opermodes
H A Dcalls.c111 return ( usesreg != PC ? autoinc : immediate );
167 case immediate:
168 return "immediate";
207 case immediate:
291 case immediate:
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dz8k-dis.c46 unsigned long immediate; member in struct:__anon8021
351 instr_data->immediate = instr_nibl;
354 instr_data->immediate = (- instr_nibl) & 0xf;
357 instr_data->immediate = (- instr_byte) & 0xff;
361 instr_data->immediate = instr_byte;
365 instr_data->immediate = instr_word;
372 instr_data->immediate = instr_long;
376 instr_data->immediate = instr_nibl - 1;
379 instr_data->immediate = instr_nibl + 1;
382 instr_data->immediate
[all...]
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c5985 uint32_t instruction, immediate; local
6128 immediate = sign_ext(other_half, 14) +
6130 calc_hppa_HILO(value + immediate, 0, &hi21, &lo14);
6138 immediate = low_sign_ext(instruction & 0x3fff, 14) +
6140 calc_hppa_HILO(value + immediate, 0, &hi21, &lo14);
6149 immediate = assemble_17((instruction & 0x1f0000) >> 16,
6152 immediate = (sign_ext(immediate, 17) << 2) +
6154 calc_hppa_HILO(value + immediate, 0, &hi21, &lo14);
6164 immediate
6218 uint32_t instruction, immediate; local
6443 uint32_t instruction, immediate; local
7058 uint32_t instruction, immediate; local
7353 uint32_t instruction, immediate; local
7634 uint32_t instruction, immediate; local
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dheader.h88 extern void adjust_time (double difference, int immediate, double ignore);
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOCompressed.cpp440 uint8_t immediate = *p & REBASE_IMMEDIATE_MASK; local
448 type = immediate;
451 segmentIndex = immediate;
462 address += immediate*sizeof(uintptr_t);
465 for (int i=0; i < immediate; ++i) {
471 fgTotalRebaseFixups += immediate;
928 uint8_t immediate = *p & BIND_IMMEDIATE_MASK; local
936 libraryOrdinal = immediate;
943 if ( immediate == 0 )
946 int8_t signExtended = BIND_OPCODE_MASK | immediate;
1030 uint8_t immediate = *p & BIND_IMMEDIATE_MASK; local
1201 uint8_t immediate = *p & BIND_IMMEDIATE_MASK; local
1295 uint8_t immediate = *p & BIND_IMMEDIATE_MASK; local
1387 uint8_t immediate = *p & BIND_IMMEDIATE_MASK; local
[all...]
/macosx-10.9.5/cctools-845/as/
H A Di860.c617 case 'B': /* 5 bit immediate unsigned constant */
630 case 'D': /* immediate unsigned constant used in shift opcodes */
645 goto immediate;
649 goto immediate;
654 goto immediate;
659 goto immediate;
664 goto immediate;
669 goto immediate;
673 goto immediate;
678 goto immediate;
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dast.rb32 # node.children -> Returns an array of immediate children.
152 def immediate?
194 def immediate?
209 raise "Bad immediate value #{value.inspect} at #{codeOriginString}" unless value.is_a? Integer
228 def immediate?
266 def immediate?
304 def immediate?
342 def immediate?
379 def immediate?
417 def immediate
[all...]
H A Darm.rb136 raise "Invalid immediate #{value} at #{codeOriginString}" if value < 0 or value > 255
244 if operands[0].immediate?
278 if mask.immediate? and mask.value == -1
326 if operands.size == 3 and operands[0].immediate?
336 elsif operands.size == 3 and operands[0].immediate?
341 if operands[0].immediate?
458 if operands[0].immediate?
H A Dopt.rb86 def immediate?
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp178 /// immediate Value in the MCInst.
180 /// @param Value - The immediate Value, has had any PC adjustment made by
184 /// @param Offset - The byte offset to this immediate in the instruction
185 /// @param Width - The byte width of this immediate in the instruction
189 /// immediate in the instruction using the Address, Offset and Width. If that
192 /// returns zero and isBranch is true then a symbol look up for immediate Value
194 /// an MCExpr with the immediate Value is created. This function returns true
293 /// instruction and its immediate Value are used to determine the address
311 /// translateImmediate - Appends an immediate operand to an MCInst.
314 /// @param immediate
317 translateImmediate(MCInst &mcInst, uint64_t immediate, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBackingStore_p.h128 void repaint(const Platform::IntRect& windowRect, bool contentChanged, bool immediate);
130 void slowScroll(const Platform::IntSize& delta, const Platform::IntRect& windowRect, bool immediate);
223 void updateTiles(bool updateVisible, bool immediate);
229 void updateTile(const Platform::IntPoint& tileOrigin, bool immediate);
H A DBackingStore.h74 void repaint(int x, int y, int width, int height, bool contentChanged, bool immediate);
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp234 void ChromeClientWinCE::invalidateContentsAndRootView(const IntRect& updateRect, bool immediate) argument
239 if (immediate)
243 void ChromeClientWinCE::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) argument
245 invalidateContentsAndRootView(updateRect, immediate);
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dtcldbg.h43 int immediate));
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DX86RecognizableInstr.cpp585 // Operand 1 (optional) is an address or immediate.
586 // Operand 2 (optional) is an immediate.
590 HANDLE_OPTIONAL(immediate)
604 // Operand 3 (optional) is an immediate.
620 HANDLE_OPTIONAL(immediate)
626 // Operand 3 (optional) is an immediate.
641 HANDLE_OPTIONAL(immediate)
647 // Operand 3 (optional) is an immediate.
648 // Operand 4 (optional) is an immediate.
665 HANDLE_OPERAND(immediate)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DChrome.cpp82 void Chrome::invalidateRootView(const IntRect& updateRect, bool immediate) argument
84 m_client->invalidateRootView(updateRect, immediate);
87 void Chrome::invalidateContentsAndRootView(const IntRect& updateRect, bool immediate) argument
89 m_client->invalidateContentsAndRootView(updateRect, immediate);
92 void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) argument
94 m_client->invalidateContentsForSlowScroll(updateRect, immediate);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderRegion.h128 virtual void repaintFlowThreadContent(const LayoutRect& repaintRect, bool immediate) const;
140 void repaintFlowThreadContentRectangle(const LayoutRect& repaintRect, bool immediate, const LayoutRect& flowThreadPortionRect,

Completed in 255 milliseconds

1234567