Searched
full:immediate (Results
626 -
650 of
2828) sorted by null
<<21222324252627282930>>
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | 99 && "Expected and immediate or register!"); 194 "Multiply operation with an immediate and a register!"); 200 "Divide operation with an immediate and a register!"); 207 "Or operation with an immediate and a register!"); 213 "Xor operation with an immediate and a register!"); 219 "And operation with an immediate and a register!"); 225 "Left shift operation with an immediate and a register!"); 231 "Right shift operation with an immediate and a register!"); [all...] |
/art/compiler/utils/x86/ |
assembler_x86_test.cc | 37 x86::XmmRegister, x86::Immediate> { 40 x86::XmmRegister, x86::Immediate> Base; 99 x86::Immediate CreateImmediate(int64_t imm_value) OVERRIDE { 100 return x86::Immediate(imm_value);
|
/external/autotest/client/site_tests/platform_Pkcs11Events/ |
platform_Pkcs11Events.py | 29 # Follow a login by an immediate logout.
|
/external/bison/src/ |
complain.h | 81 /** A fatal error, causing immediate exit. */
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
monsoon_power_monitor.py | 87 # Tell powermonitor to take an immediate sample and join.
|
/external/dbus/doc/ |
system-activation.txt | 19 This has immediate pressing need for OLPC, with a longer term evaluation for
|
/external/eigen/doc/ |
tutorial.cpp | 59 m4 = m4 * m4.transpose().eval(); // forces immediate evaluation of the transpose
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
IndexArray.java | 98 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
|
IndexData.java | 62 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
|
VertexData.java | 56 * bind. If you need immediate uploading use {@link #setVertices(float[], int, int)}; Any modifications made to the Buffer
|
/external/libogg/doc/libogg/ |
ogg_stream_pageout.html | 34 if immediate page generation is desired. This may be occasionally
|
/external/libvpx/libvpx/vp8/decoder/ |
dboolhuff.h | 32 loaded as an immediate (on platforms like ARM, for example).
|
/external/libvpx/libvpx/vpx_dsp/ |
bitreader.h | 32 // loaded as an immediate (on platforms like ARM, for example).
|
/external/llvm/docs/HistoricalNotes/ |
2000-12-06-MeetingSummary.txt | 41 idea, we could include an immediate dominator number for each basic block
|
/external/llvm/include/llvm/MC/ |
MCValue.h | 26 /// \brief This represents an "assembler immediate".
|
/external/llvm/include/llvm/Support/ |
GenericDomTreeConstruction.h | 12 /// construct immediate dominator information for a flow-graph based on the 195 // Step #2: Implicitly define the immediate dominator of vertices 237 // Step #4: Explicitly define the immediate dominator of each vertex 270 // Get or calculate the node for the immediate dominator
|
/external/llvm/lib/Target/BPF/InstPrinter/ |
BPFInstPrinter.cpp | 74 assert(0 && "Expected an immediate");
|
/external/llvm/lib/Target/Sparc/ |
SparcISelDAGToDAG.cpp | 192 // Immediate operands to inline asm in the SelectionDAG are modeled with 194 // the second is a constant with the value of the immediate. If we get here 361 // FIXME: Handle div by immediate. 368 // FIXME: Handle mul by immediate.
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyInstrCall.td | 19 // Call sequence markers. These have an immediate which represents the amount of
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrFormats.td | 42 // 3R with first operand as an immediate. Used for TSETR where the first 43 // operand is treated as an immediate since it refers to a register number in 161 // 2R with first operand as an immediate. Used for TSETMR where the first 162 // operand is treated as an immediate since it refers to a register number in
|
XCoreInstrInfo.h | 84 // Emit code before MBBI to load immediate value into physical register Reg.
|
/external/llvm/test/CodeGen/Hexagon/vect/ |
vect-shift-imm.ll | 8 ; Make sure that the instructions with immediate operands are generated.
|
/external/llvm/test/CodeGen/X86/ |
avx-intrinsics-x86-upgrade.ll | 3 ; We don't check any vinsertf128 variant with immediate 0 because that's just a blend. 28 ; Verify that high bits of the immediate are masked off. This should be the equivalent 39 ; We don't check any vextractf128 variant with immediate 0 because that's just a move. 65 ; Verify that high bits of the immediate are masked off. This should be the equivalent
|
/external/llvm/test/MC/AArch64/ |
arm64-bitfield-encoding.s | 31 ; 5.4.5 Extract (immediate)
|
/external/llvm/test/MC/Disassembler/AArch64/ |
arm64-bitfield.txt | 22 # 5.4.5 Extract (immediate)
|
Completed in 1022 milliseconds
<<21222324252627282930>>