Searched refs:instruction (Results 201 - 225 of 286) sorted by relevance

1234567891011>>

/external/openssl/crypto/
H A Dsparccpuid.S41 ! Following is V9 "rd %ccr,%o0" instruction. However! V8
245 ! Probe and instrument VIS1 instruction. Output is number of cycles it
/external/oprofile/events/mips/sb1/
H A Devents47 event:0xf counters:1,2,3 um:zero minimum:500 name:WRITEBACK_RETURNS :Number of instruction returns
/external/smali/smali/src/main/antlr3/
H A DsmaliParser.g538 ( instruction {$method::currentAddress += $instruction.size/2;}
551 ^(I_STATEMENTS instruction*)
827 instruction returns [int size]
/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc307 // A new DisassemblerX64 object is created to disassemble each instruction.
308 // The object can only disassemble a single instruction.
329 // Writes one disassembled instruction into 'buffer' (0-terminated).
330 // Returns the length of the disassembled machine instruction in bytes.
331 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
610 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
646 // Returns number of bytes used by machine instruction, including *data byte.
1027 // At return, "current" points to the start of the next instruction.
1312 // SETcc: Set byte on condition. Needs pointer to beginning of instruction.
1335 // Returns NULL if the instruction i
1889 InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction) argument
1897 ConstantPoolSizeAt(byte* instruction) argument
[all...]
/external/proguard/src/proguard/
H A DInitializer.java26 import proguard.classfile.instruction.visitor.AllInstructionVisitor;
/external/v8/src/ia32/
H A Ddisasm-ia32.cc280 // Writes one disassembled instruction into 'buffer' (0-terminated).
281 // Returns the length of the disassembled machine instruction in bytes.
282 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
486 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
514 // Returns number of bytes used by machine instruction, including *data byte.
858 // Returns NULL if the instruction is not handled here.
877 // Disassembled instruction '*instr' and writes it into 'out_buffer'.
892 bool processed = true; // Will be set to false if the current instruction
1665 byte* instruction) {
1667 return d.InstructionDecode(buffer, instruction);
1664 InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction) argument
1672 ConstantPoolSizeAt(byte* instruction) argument
[all...]
/external/v8/src/x64/
H A Ddisasm-x64.cc304 // A new DisassemblerX64 object is created to disassemble each instruction.
305 // The object can only disassemble a single instruction.
325 // Writes one disassembled instruction into 'buffer' (0-terminated).
326 // Returns the length of the disassembled machine instruction in bytes.
327 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
605 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
641 // Returns number of bytes used by machine instruction, including *data byte.
1018 // At return, "current" points to the start of the next instruction.
1252 // SETcc: Set byte on condition. Needs pointer to beginning of instruction.
1275 // Returns NULL if the instruction i
1816 InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction) argument
1824 ConstantPoolSizeAt(byte* instruction) argument
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part1.stdout.exp68 Test lfiwzx instruction
116 Test ftdiv instruction
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml139 | Invalid (* not an instruction *)
880 | At_end _ -> raise (Invalid_argument "Invalid instruction range.")
891 | At_end _ -> raise (Invalid_argument "Invalid instruction range.")
900 | At_start _ -> raise (Invalid_argument "Invalid instruction range.")
911 | At_start _ -> raise (Invalid_argument "Invalid instruction range.")
/external/chromium_org/third_party/x86inc/
H A Dx86inc.asm710 ; Substitutions that reduce instruction size but are functionally equivalent
750 ;%1 == instruction
786 ;%1 == instruction
/external/chromium_org/courgette/
H A Dadjustment_method_2.cc1255 Instruction* instruction = instructions[i]; local
1256 if (Label* label = program->InstructionAbs32Label(instruction))
1258 if (Label* label = program->InstructionRel32Label(instruction))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h90 * instruction or as a program output, that is tracked with an
245 struct brw_wm_instruction *instruction; member in struct:brw_wm_compile
257 GLuint cur_inst; /**< index of current instruction */
277 /** we may need up to 3 constants per instruction (if use_const_buffer) */
H A Dbrw_vec4_emit.cpp587 /* If the instruction is predicated, we'll predicate the send, not
626 * instruction scheduling to not violate this assumption.
712 vec4_visitor::generate_vs_instruction(vec4_instruction *instruction, argument
716 vec4_instruction *inst = (vec4_instruction *)instruction;
960 /* The instruction has an embedded compare (only allowed on gen6) */
985 /* FINISHME: We need to write the loop instruction support still. */
/external/chromium_org/v8/src/ia32/
H A Ddisasm-ia32.cc280 // Writes one disassembled instruction into 'buffer' (0-terminated).
281 // Returns the length of the disassembled machine instruction in bytes.
282 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
486 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
514 // Returns number of bytes used by machine instruction, including *data byte.
870 // Returns NULL if the instruction is not handled here.
889 // Disassembled instruction '*instr' and writes it into 'out_buffer'.
904 bool processed = true; // Will be set to false if the current instruction
1737 byte* instruction) {
1739 return d.InstructionDecode(buffer, instruction);
1736 InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction) argument
1744 ConstantPoolSizeAt(byte* instruction) argument
[all...]
/external/chromium_org/v8/src/mips/
H A Ddisasm-mips.cc28 // A Disassembler object is used to disassemble a block of code instruction by
29 // instruction. The default implementation of the NameConverter object can be
83 // Writes one disassembled instruction into 'buffer' (0-terminated).
84 // Returns the length of the disassembled machine instruction in bytes.
85 int InstructionDecode(byte* instruction);
114 // Printing of instruction name.
124 // Each of these functions decodes one particular instruction type.
282 return; // Not a break or trap instruction.
301 default: // Not a break or trap instruction.
307 // Printing of instruction nam
1030 InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction) argument
1038 ConstantPoolSizeAt(byte* instruction) argument
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h501 extern tNFA_STATUS nfa_hciu_send_msg (UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 pkt_len, UINT8 *p_pkt);
/external/libnfc-nxp/src/
H A DphHciNfc_Generic.h1116 * \param[in] instruction type of message instruction send to the pipe.
1130 uint8_t instruction
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h90 * instruction or as a program output, that is tracked with an
245 struct brw_wm_instruction *instruction; member in struct:brw_wm_compile
257 GLuint cur_inst; /**< index of current instruction */
277 /** we may need up to 3 constants per instruction (if use_const_buffer) */
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java28 import proguard.classfile.instruction.*;
560 // Compress the instruction offset.
603 * Returns whether the given instruction opcode represents a dup or swap
604 * instruction (dup, dup_x1, dup_x2, dup2, dup2_x1, dup2_x2, swap).
/external/v8/src/mips/
H A Ddisasm-mips.cc28 // A Disassembler object is used to disassemble a block of code instruction by
29 // instruction. The default implementation of the NameConverter object can be
86 // Writes one disassembled instruction into 'buffer' (0-terminated).
87 // Returns the length of the disassembled machine instruction in bytes.
88 int InstructionDecode(byte* instruction);
117 // Printing of instruction name.
127 // Each of these functions decodes one particular instruction type.
285 return; // Not a break or trap instruction.
304 default: // Not a break or trap instruction.
310 // Printing of instruction nam
1020 InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction) argument
1028 ConstantPoolSizeAt(byte* instruction) argument
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec136 of a texture fetch instruction.
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dvariance_neon.asm76 ;vmov.32 r0, d0[0] ;this instruction costs a lot
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm34 ldr r2, loop_count ; loop_count=0x1000000. 'lsls' instruction
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-fp.s237 # Floating-point select instruction
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec136 of a texture fetch instruction.

Completed in 639 milliseconds

1234567891011>>