HomeSort by relevance Sort by last modified time
    Searched full:instruction (Results 426 - 450 of 5835) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Target/
Target.td 117 // require larger instruction encodings.
175 // meaning it takes a single instruction to perform the copying. A negative
192 // model instruction operand constraints, and should have isAllocatable = 0.
315 // Instruction set description - These classes correspond to the C++ classes in
318 class Instruction {
323 string AsmString = ""; // The .s format to print the instruction with.
325 // Pattern - Set to the DAG pattern for this instruction, if we know of one,
330 // instruction pattern.
339 // Size - Size of encoded instruction, or zero if the size cannot be determined
343 // DecoderNamespace - The "namespace" in which this instruction exists, o
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_ARRAY_LENGTH.S 15 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_32.S 12 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_HIGH16.S 11 GOTO_OPCODE(ip) @ jump to next instruction
OP_GOTO_16.S 19 GOTO_OPCODE(ip) @ jump to next instruction
OP_MONITOR_ENTER.S 16 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_RESULT_WIDE.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_WIDE_16.S 12 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_WIDE_FROM16.S 12 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv6t2/
OP_ARRAY_LENGTH.S 14 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_WIDE.S 12 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/mips/
OP_CONST_WIDE.S 16 GOTO_OPCODE(t0) # jump to next instruction
OP_FILL_ARRAY_DATA.S 16 GOTO_OPCODE(t0) # jump to next instruction
OP_GOTO_16.S 21 GOTO_OPCODE(t0) # jump to next instruction
OP_IGET_QUICK.S 16 GOTO_OPCODE(t0) # jump to next instruction
OP_IGET_WIDE_QUICK.S 16 GOTO_OPCODE(t0) # jump to next instruction
OP_IPUT_QUICK.S 15 GOTO_OPCODE(t0) # jump to next instruction
OP_MOVE_WIDE.S 12 GOTO_OPCODE(t0) # jump to next instruction
OP_MOVE_WIDE_16.S 12 GOTO_OPCODE(t0) # jump to next instruction
OP_MOVE_WIDE_FROM16.S 12 GOTO_OPCODE(t0) # jump to next instruction
entry.S 72 beq a3, a4, 1f # don't profile the next instruction?
77 GOTO_OPCODE(t0) # jump to next instruction
79 /* start executing the instruction at rPC */
82 GOTO_OPCODE(t0) # jump to next instruction
  /dalvik/vm/mterp/x86/
OP_THROW_VERIFICATION_ERROR.S 3 * Handle a throw-verification-error instruction. This throws an
unop.S 4 * specifies an instruction that performs "result = op eax".
  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb_sse.asm 13 ; Use SSE instruction movntq can write faster.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vertprog.h 4 /* Vertex programs instruction set
16 * - Only one INPUT can be accessed per-instruction (move extras into TEMPs)
17 * - Only one CONST can be accessed per-instruction (move extras into TEMPs)
24 * ARL instruction is set to TEMP <n> (The temp isn't actually written).
36 * Only one address register can be accessed per instruction.
39 * execution of an instruction is enabled by setting COND_TEST_ENABLE, and
47 * layout. The destination instruction ID (IADDR) overlaps a source field.
48 * Instruction ID's seem to be numbered based on the UPLOAD_FROM_ID FIFO
57 * executed instruction is determined by the PROGRAM_START_ID FIFO command.

Completed in 495 milliseconds

<<11121314151617181920>>