Searched
full:operand (Results
701 -
725 of
1353) sorted by null
<<21222324252627282930>>
/external/llvm/lib/CodeGen/ |
ExecutionDepsFix.cpp | 13 // variants for different operand types. These variant instructions are 353 // Restrict available domains to the ones in common with the operand. 355 // penalty for this operand.
|
MachineSink.cpp | 195 // PHI nodes use the operand in the predecessor block, not the block with 488 // If a previous operand picked a block to sink to, then this operand
|
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | 59 bool HasLane; // True if instruction has an extra "lane" operand. 168 // Can't encode it in a so_imm operand. This transformation will 193 // Immediate is 8-bits. It's guaranteed to fit in a so_imm operand. 570 // operand #2. [all...] |
Thumb2InstrInfo.cpp | 427 // Add cc_out operand if the original instruction did not have one. 440 // Remove the cc_out operand. 458 // Add cc_out operand if the original instruction did not have one.
|
/external/llvm/lib/Target/CellSPU/ |
SPURegisterInfo.cpp | 266 assert(i < MI.getNumOperands() && "Instr doesn't have FrameIndex operand!"); 276 // and ILAr32, have the immediate in operand 1. AIr32 and ILAr32 have the 277 // immediate in operand 2.
|
/external/llvm/lib/Transforms/Scalar/ |
SCCP.cpp | 501 // operand made a transition, or the instruction is newly executable. Change 603 // TODO: This could be improved if the operand is a [cast of a] BlockAddress. 669 // TODO: This could be improved if the operand is a [cast of a] BlockAddress. 680 // operand made a transition, or the instruction is newly executable. Change 705 // themselves. If so, make sure that they know that the PHI node operand 748 // There is already a reachable operand. If we conflict with it, 764 markConstant(&PN, OperandVal); // Acquire operand value 811 if (OpSt.isOverdefined()) // Inherit overdefinedness of operand [all...] |
/external/llvm/lib/VMCore/ |
ConstantsContext.h | 35 // allocate space for exactly one operand 156 // allocate space for exactly one operand 181 // allocate space for exactly one operand
|
/external/v8/src/ |
bignum.cc | 164 void Bignum::AddUInt64(uint64_t operand) { 165 if (operand == 0) return; 167 other.AssignUInt64(operand);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
bitmap.h | 117 /* Boolean operations on bitmaps. The _into variants are two operand 118 versions that modify the first source operand. The other variants 119 are three operand versions that to not destroy the source bitmaps.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/ |
elfos.h | 255 operand of the .type assembler directive. Different svr4 assemblers 256 expect various different forms for this operand. The one given here 374 can appear in the operand of a .string directive. If your assembler
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/ |
cc1plus | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
bitmap.h | 117 /* Boolean operations on bitmaps. The _into variants are two operand 118 versions that modify the first source operand. The other variants 119 are three operand versions that to not destroy the source bitmaps.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/ |
elfos.h | 255 operand of the .type assembler directive. Different svr4 assemblers 256 expect various different forms for this operand. The one given here 374 can appear in the operand of a .string directive. If your assembler
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/ |
cc1plus | |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
bitmap.h | 117 /* Boolean operations on bitmaps. The _into variants are two operand 118 versions that modify the first source operand. The other variants 119 are three operand versions that to not destroy the source bitmaps.
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/ |
elfos.h | 255 operand of the .type assembler directive. Different svr4 assemblers 256 expect various different forms for this operand. The one given here 374 can appear in the operand of a .string directive. If your assembler
|
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/libexec/gcc/i686-android-linux/4.4.3/ |
cc1plus | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/ |
cc1plus | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/ |
cc1plus | |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | 637 unsigned DiffOperand = 0; // The operand that differs. 750 // FIXME: If the operand types don't match the type of the divide [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 115 // Found case matching a constant operand? 152 // Found case matching a constant operand? 278 // Null out all of the instruction's operands to see if any operand becomes 286 // If the operand is an instruction that became dead as we nulled out the 287 // operand, and if it is 'trivially' dead, delete it in a future loop [all...] |
/external/qemu/ |
i386-dis.c | 31 and the small letter tells about the operand size. Refer to 129 /* Indicates 64 bit operand size. */ 340 #define Mp { OP_M, f_mode } /* 32 or 48 bit memory operand for LDS, LES etc */ 466 #define b_mode 1 /* byte operand */ 467 #define v_mode 2 /* operand size depends on prefixes */ 468 #define w_mode 3 /* word operand */ 469 #define d_mode 4 /* double word operand */ 470 #define q_mode 5 /* quad word operand */ 471 #define t_mode 6 /* ten-byte operand */ 472 #define x_mode 7 /* 16-byte XMM operand */ [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerMIPS.h | 97 // Operations are typically two operand - operation(source, srcDst) 98 // For many operations the source may be an TrustedImm32, the srcDst operand 463 // operand objects to loads and store will be implicitly constructed if a 900 // jz and jnz test whether the first operand is equal to zero, and take 901 // an optional second operand of a mask under which to perform the test. [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/bin/ |
as | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/ |
arm-eabi-as | |
Completed in 3496 milliseconds
<<21222324252627282930>>