Searched refs:instr (Results 201 - 225 of 242) sorted by relevance

12345678910

/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc1367 // Disassembles the instruction at instr, and writes it into out_buffer.
1369 byte* instr) {
1371 byte* data = instr;
1793 int instr_len = static_cast<int>(data - instr);
1798 for (byte* bp = instr; bp < data; bp++) {
1368 InstructionDecode(v8::internal::Vector<char> out_buffer, byte* instr) argument
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java33 import com.vladium.emma.instr.InstrVisitor;
48 // construct instr path enumerator [throws on illegal input only]:
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.h65 /* need excess instr: 1 for late loop checking, 2 for
66 additional instr due to instr/attr, 3 for fog */
67 VERTEX_SHADER_INSTRUCTION instr[R200_VSF_MAX_INST + 6]; member in struct:r200_vertex_program
/external/valgrind/main/callgrind/
H A Dbb.c119 * - instr_len, cost_count, instr[]
143 bb->jmp = (CJmpInfo*) &(bb->instr[instr_count]);
162 VG_(printf)(" new_bb (instr %d, jmps %d, inv %s) [now %d]: ",
H A Dbbcc.c603 UInt instr_count = last_bb->jmp[passed].instr+1;
612 UInt instr_count = last_bb->jmp[passed].instr+1;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c1079 struct tgsi_full_instruction *instr = bld.bld_base.instructions + pc; local
1081 tgsi_get_opcode_info(instr->Instruction.Opcode);
1082 if (!lp_emit_instruction_aos(&bld, instr, opcode_info, &pc))
/external/chromium_org/v8/src/
H A Dlithium.h787 inline explicit TempIterator(LInstruction* instr);
803 inline explicit InputIterator(LInstruction* instr);
818 inline explicit UseIterator(LInstruction* instr);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c1079 struct tgsi_full_instruction *instr = bld.bld_base.instructions + pc; local
1081 tgsi_get_opcode_info(instr->Instruction.Opcode);
1082 if (!lp_emit_instruction_aos(&bld, instr, opcode_info, &pc))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp988 if (const Instruction *instr = dyn_cast<Instruction>(U)) {
989 if (instr->getParent() && instr->getParent()->getParent()) {
990 const Function *curFunc = instr->getParent()->getParent();
1088 const Instruction *instr = cast<Instruction>(U); local
1089 const BasicBlock *bb = instr->getParent();
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
H A Dsha1-x86_64.pl2039 my $instr = shift;
2045 if (defined($opcodelet{$instr}) && @_[0] =~ /%xmm([0-9]+),\s*%xmm([0-9]+)/) {
2051 push @opcode,$opcodelet{$instr};
2055 return $instr."\t".@_[0];
H A Dsha512-x86_64.pl2372 my $instr = shift;
2378 if (defined($opcodelet{$instr}) && @_[0] =~ /%xmm([0-7]),\s*%xmm([0-7])/) {
2380 push @opcode,$opcodelet{$instr};
2384 return $instr."\t".@_[0];
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h974 static bool IsConstantPoolAt(Instruction* instr);
975 static int ConstantPoolSizeAt(Instruction* instr);
1757 ptrdiff_t InstructionOffset(Instruction* instr) const {
1758 return reinterpret_cast<byte*>(instr) - buffer_;
/external/chromium_org/v8/src/ia32/
H A Ddisasm-ia32.cc892 // Disassembled instruction '*instr' and writes it into 'out_buffer'.
894 byte* instr) {
896 byte* data = instr;
1657 int instr_len = data - instr;
1665 for (byte* bp = instr; bp < data; bp++) {
893 InstructionDecode(v8::internal::Vector<char> out_buffer, byte* instr) argument
/external/chromium_org/v8/src/x87/
H A Ddisasm-x87.cc913 // Disassembled instruction '*instr' and writes it into 'out_buffer'.
915 byte* instr) {
917 byte* data = instr;
1678 int instr_len = data - instr;
1686 for (byte* bp = instr; bp < data; bp++) {
914 InstructionDecode(v8::internal::Vector<char> out_buffer, byte* instr) argument
/external/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp32 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c253 /* Extract primary opcode, instr[31:26] */
254 static UChar ifieldOPC( UInt instr ) {
255 return toUChar( IFIELD( instr, 26, 6 ) );
258 /* Extract 10-bit secondary opcode, instr[10:1] */
259 static UInt ifieldOPClo10 ( UInt instr) { argument
260 return IFIELD( instr, 1, 10 );
263 /* Extract 9-bit secondary opcode, instr[9:1] */
264 static UInt ifieldOPClo9 ( UInt instr) { argument
265 return IFIELD( instr, 1, 9 );
268 /* Extract 8-bit secondary opcode, instr[
269 ifieldOPClo8( UInt instr) argument
274 ifieldOPClo5( UInt instr) argument
[all...]
H A Dhost_generic_reg_alloc2.c148 HInstr* instr,
155 (*getRegUsage)(&reg_usage, instr, mode64);
392 instr. */
644 vex_printf("\nOFFENDING instr = ");
657 vex_printf("\nOFFENDING instr = ");
681 } /* iterate over regs in the instr */
146 instrMentionsReg( void (*getRegUsage) (HRegUsage*, HInstr*, Bool), HInstr* instr, HReg r, Bool mode64 ) argument
/external/chromium_org/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc143 Instruction* instr = selector->Emit(cont->Encode(opcode), output_count, local
145 if (cont->IsBranch()) instr->MarkAsControl();
/external/chromium_org/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc212 Instruction* instr = selector->Emit(cont->Encode(opcode), output_count, local
214 if (cont->IsBranch()) instr->MarkAsControl();
/external/strace/
H A Dutil.c425 * Quote string `instr' of length `size'
427 * If `len' is -1, treat `instr' as a NUL-terminated string
434 string_quote(const char *instr, char *outstr, long len, int size) argument
436 const unsigned char *ustr = (const unsigned char *) instr;
/external/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp32 virtual DecodeStatus getInstruction(MCInst &instr,
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.cc4050 void CodePatcher::Emit(Instr instr) {
4051 masm()->emit(instr);
4061 Instr instr = Assembler::instr_at(masm_.pc_);
4062 instr = (instr & ~kCondMask) | cond;
4063 masm_.emit(instr);
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc632 addiu(rd, rs, -rt.imm32_); // No subiu instr, use addiu(x, y, -imm).
6048 void CodePatcher::Emit(Instr instr) { argument
6049 masm()->emit(instr);
6059 Instr instr = Assembler::instr_at(masm_.pc_); local
6060 DCHECK(Assembler::IsBranch(instr));
6061 uint32_t opcode = Assembler::GetOpcodeField(instr);
6075 instr = (instr & ~kOpcodeMask) | opcode;
6076 masm_.emit(instr);
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.cc653 addiu(rd, rs, -rt.imm64_); // No subiu instr, use addiu(x, y, -imm).
669 daddiu(rd, rs, -rt.imm64_); // No subiu instr, use addiu(x, y, -imm).
6032 void CodePatcher::Emit(Instr instr) { argument
6033 masm()->emit(instr);
6043 Instr instr = Assembler::instr_at(masm_.pc_); local
6044 DCHECK(Assembler::IsBranch(instr));
6045 uint32_t opcode = Assembler::GetOpcodeField(instr);
6059 instr = (instr & ~kOpcodeMask) | opcode;
6060 masm_.emit(instr);
[all...]

Completed in 2898 milliseconds

12345678910