Searched
refs:instructions (Results
426 -
450 of
535) sorted by null
<<11121314151617181920>>
/external/v8/src/arm/ |
assembler-arm.cc | 56 // can be defined to enable ARMv7 and VFPv3 instructions when building the 142 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { 143 // Patch the code at the current address with the supplied instructions. 145 Instr* instr = reinterpret_cast<Instr*>(instructions); 156 // Additional guard instructions can be added if required. 236 // Specific instructions, constants, and masks. 275 // A mask for the Rd register for push, pop, ldr, str instructions. 662 // Keep track of the last bound label so we don't eliminate any instructions 808 // instructions). 813 // instructions - either mov or ldr. The mov might actually be tw [all...] |
assembler-arm.h | 38 // Generates user mode instructions for the ARM architecture up to version 5 65 // code generated for some assembly instructions (because they boil down 195 // hold 0.0, that does not fit in the immediate field of vmov instructions. 397 // Class Operand represents a shifter operand in data processing instructions 426 // instructions instr is ignored. 451 // Class MemOperand represents a memory operand in load and store instructions 629 // Create an assembler. Instructions and relocation information are emitted 630 // into a buffer, with the instructions starting from the beginning and the 761 // Insert the smallest number of nop instructions 768 // Branch instructions [all...] |
macro-assembler-arm.h | 100 // Jump, Call, and Ret pseudo instructions implementing inter-working. 625 // These instructions are generated to mark special location in the code, [all...] |
macro-assembler-arm.cc | 674 // Generate two ldr instructions if ldrd is not available. 716 // Generate two str instructions if strd is not available. [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 62 // code generated for some assembly instructions (because they boil down 135 // at: Reserved for synthetic instructions. 356 // Class Operand represents a shifter operand in data processing instructions. 388 // Class MemOperand represents a memory operand in load and store instructions. 509 // Create an assembler. Instructions and relocation information are emitted 510 // into a buffer, with the instructions starting from the beginning and the 577 // has already deserialized the lui/ori instructions etc. 601 // are split across two consecutive instructions and don't exist separately 606 // Number of consecutive instructions used to store 32bit constant. 612 // to 3 instructions (LUI+ORI+J/JAL/JR/JALR) [all...] |
/prebuilts/sdk/tools/lib/ |
lombok-ast-0.2.jar | |
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.1.jar | |
lombok-ast-0.2.jar | |
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/ |
lombok-ast-0.2.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
pdebuild.jar | |
/external/valgrind/main/none/tests/ppc32/ |
test_dfp5.stdout.exp | 1 Test DFP test significance instructions [all...] |
test_dfp1.stdout.exp | 1 Test DFP arithmetic instructions [all...] |
/external/valgrind/main/none/tests/ppc64/ |
test_dfp5.stdout.exp | 1 Test DFP test significance instructions [all...] |
test_dfp1.stdout.exp | 1 Test DFP arithmetic instructions [all...] |
/external/chromium_org/third_party/x86inc/ |
x86inc.asm | 949 ; 3DNow instructions, for sharing code between AVX, SSE and 3DN
|
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.cc | 210 // branch instructions. These are also the ones that need changing when a 216 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { 217 // Patch the code at the current address with the supplied instructions. 219 *(pc_ + i) = *(instructions + i); 228 // Additional guard int3 instructions can be added if required. 250 // Add the requested number of int3 instructions after the call. 369 // that we are still not overlapping instructions and relocation info). 402 // instructions. [all...] |
/external/v8/src/ia32/ |
assembler-ia32.cc | 178 // branch instructions. These are also the ones that need changing when a 184 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { 185 // Patch the code at the current address with the supplied instructions. 187 *(pc_ + i) = *(instructions + i); 196 // Additional guard int3 instructions can be added if required. 218 // Add the requested number of int3 instructions after the call. 378 // that we are still not overlapping instructions and relocation info). 411 // instructions. [all...] |
/external/v8/src/ |
lithium-allocator.cc | [all...] |
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 372 ;;; be spent in the first ten instructions.
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 314 ;;; be spent in the first ten instructions.
|
/dalvik/dx/src/com/android/dx/io/ |
OpcodeInfo.java | 19 import com.android.dx.io.instructions.InstructionCodec; 35 * pseudo-opcode used for nonstandard formatted "instructions" 36 * (which are mostly not actually instructions, though they do [all...] |
/external/blktrace/doc/ |
blktrace.tex | 60 blktrace. Some of the specific instructions below may need to be tailored 77 detailed actual patching instructions for a Linux kernel is outside the [all...] |
/external/chromium_org/v8/src/arm/ |
macro-assembler-arm.h | 89 // Jump, Call, and Ret pseudo instructions implementing inter-working. 694 // These instructions are generated to mark special location in the code, [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |
org.objectweb.asm_3.2.0.v200909071300.jar | |
Completed in 378 milliseconds
<<11121314151617181920>>