Searched defs:instr (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
H A Dpackage-info.java16 * is the class {@link org.jacoco.core.instr.Instrumenter}.
19 package org.jacoco.core.instr
/external/v8/src/crankshaft/
H A Dhydrogen-canonicalize.cc21 HInstruction* instr = it.Current(); local
22 if (instr->IsArithmeticBinaryOperation()) {
23 if (instr->representation().IsInteger32()) {
24 if (instr->HasAtLeastOneUseWithFlagAndNoneWithout(
26 instr->SetFlag(HInstruction::kAllUsesTruncatingToInt32);
28 } else if (instr->representation().IsSmi()) {
29 if (instr->HasAtLeastOneUseWithFlagAndNoneWithout(
31 instr->SetFlag(HInstruction::kAllUsesTruncatingToSmi);
32 } else if (instr->HasAtLeastOneUseWithFlagAndNoneWithout(
35 instr
51 HInstruction* instr = it.Current(); local
[all...]
/external/valgrind/none/tests/x86-solaris/
H A Dsyscalls.c8 #define SYSCALL(instr, scnum, out) \
13 instr "\n" \
21 static void check_pid(int pid, int pid2, const char *instr) argument
26 fprintf(stderr, "Pid values differ, instruction: %s\n", instr);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
H A DIProbeInserter.java12 package org.jacoco.core.internal.instr;
H A DIProbeArrayStrategy.java12 package org.jacoco.core.internal.instr;
H A DLocalProbeArrayStrategy.java12 package org.jacoco.core.internal.instr;
H A DNoneProbeArrayStrategy.java12 package org.jacoco.core.internal.instr;
H A DProbeArrayStrategyFactory.java12 package org.jacoco.core.internal.instr;
/external/v8/src/compiler/arm/
H A Dinstruction-scheduler-arm.cc15 const Instruction* instr) const {
16 switch (instr->arch_opcode()) {
231 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { argument
/external/v8/src/compiler/arm64/
H A Dinstruction-scheduler-arm64.cc15 const Instruction* instr) const {
16 switch (instr->arch_opcode()) {
179 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { argument
182 switch (instr->arch_opcode()) {
207 if (instr->addressing_mode() != kMode_None) {
/external/v8/src/compiler/ia32/
H A Dinstruction-scheduler-ia32.cc15 const Instruction* instr) const {
16 switch (instr->arch_opcode()) {
100 return (instr->addressing_mode() == kMode_None)
106 return (instr->addressing_mode() == kMode_None)
120 return instr->HasOutput() ? kIsLoadOperation : kHasSideEffect;
148 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { argument
151 switch (instr->arch_opcode()) {
/external/v8/src/compiler/mips/
H A Dinstruction-scheduler-mips.cc15 const Instruction* instr) const {
20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { argument
/external/v8/src/compiler/mips64/
H A Dinstruction-scheduler-mips64.cc15 const Instruction* instr) const {
20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { argument
/external/v8/src/compiler/ppc/
H A Dinstruction-scheduler-ppc.cc15 const Instruction* instr) const {
16 switch (instr->arch_opcode()) {
148 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { argument
/external/v8/src/compiler/s390/
H A Dinstruction-scheduler-s390.cc14 const Instruction* instr) const {
15 switch (instr->arch_opcode()) {
178 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { argument
/external/v8/src/compiler/x64/
H A Dinstruction-scheduler-x64.cc15 const Instruction* instr) const {
16 switch (instr->arch_opcode()) {
131 return (instr->addressing_mode() == kMode_None)
139 return (instr->addressing_mode() == kMode_None)
152 DCHECK(instr->InputCount() >= 1);
153 return instr->InputAt(0)->IsRegister() ? kNoOpcodeFlags
161 if (instr->HasOutput()) {
162 DCHECK(instr->InputCount() >= 1);
163 return instr->InputAt(0)->IsRegister() ? kNoOpcodeFlags
172 return instr
198 GetInstructionLatency(const Instruction* instr) argument
[all...]
/external/v8/src/compiler/x87/
H A Dinstruction-scheduler-x87.cc15 const Instruction* instr) const {
20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { argument
/external/vixl/test/aarch64/
H A Dtest-fuzz-aarch64.cc53 uint32_t instr = static_cast<uint32_t>(mrand48()); local
54 buffer->SetInstructionBits(instr);
73 uint32_t instr = static_cast<uint32_t>(mrand48()); local
74 buffer->SetInstructionBits(instr);
/external/elfutils/libcpu/
H A Di386_parse.y192 struct instruction *instr, int n);
282 instrs: instrs '\n' instr
283 | instr
286 instr: bytes ':' bitfieldopt kID bitfieldopt optargs label
774 struct instruction *instr, int n)
791 if (instr->operands[n].str != NULL)
796 instr->operands[n].str = runp->str;
839 if (instr->operands[n].off1 == 0)
840 instr->operands[n].off1 = bitoff;
841 else if (instr
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DinstrCommand.java9 package com.vladium.emma.instr;
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
H A DMethodRecorder.java12 package org.jacoco.core.instr;
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
H A DProbeCounterTest.java12 package org.jacoco.core.internal.instr;
/external/mesa3d/src/compiler/nir/
H A Dnir_gs_count_vertices.c28 as_intrinsic(nir_instr *instr, nir_intrinsic_op op) argument
30 if (instr->type != nir_instr_type_intrinsic)
33 nir_intrinsic_instr *intrin = nir_instr_as_intrinsic(instr);
41 as_set_vertex_count(nir_instr *instr) argument
43 return as_intrinsic(instr, nir_intrinsic_set_vertex_count);
69 nir_foreach_instr_reverse(instr, block) {
70 nir_intrinsic_instr *intrin = as_set_vertex_count(instr);
H A Dnir_opt_conditional_discard.c63 nir_foreach_instr_safe(instr, after) {
64 if (instr->type != nir_instr_type_phi)
66 nir_phi_instr *phi = nir_instr_as_phi(instr);
78 nir_instr *instr = nir_block_first_instr(then_block); local
79 if (instr->type != nir_instr_type_intrinsic)
82 nir_intrinsic_instr *intrin = nir_instr_as_intrinsic(instr);
101 nir_instr_insert_before_cf(prev_node, &discard_if->instr);
102 nir_instr_remove(&intrin->instr);
H A Dnir_opt_global_to_local.c38 nir_instr *instr = def_dest->reg.parent_instr; local
40 nir_cf_node_get_function(&instr->block->cf_node);
50 nir_instr *instr = use_src->parent_instr; local
52 nir_cf_node_get_function(&instr->block->cf_node);

Completed in 506 milliseconds

1234567891011>>