HomeSort by relevance Sort by last modified time
    Searched refs:instruction (Results 251 - 275 of 796) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/none/tests/mips64/
rotate_swap.c 3 #define TESTINST_DROTR(instruction, in, SA) \
9 instruction" $t0, $t1, "#SA "\n\t" \
16 instruction, (long long) in, out, SA); \
19 #define TESTINST_DROTRV(instruction, in, SA) \
26 instruction" $t0, $t1, $t2" "\n\t" \
33 instruction, (long long) in, out, SA); \
36 #define TESTINST_DSWAP(instruction, in) \
43 instruction" $t0, $t1" "\n\t" \
50 instruction, (long long) in, out); \
branches.c 130 #define TESTINST4(instruction, RDval, RSval, RTval, RD, RS, RT) \
138 instruction" $"#RS", $"#RT", end"instruction#RDval "\n\t" \
141 "end"instruction#RDval":" "\n\t" \
149 printf(instruction" :: out: %d, RDval: %d, RSval: %d, RTval: %d\n", \
153 #define TESTINST5(instruction, RDval, RSval, RD, RS) \
160 instruction" $"#RS", end"instruction#RDval "\n\t" \
163 "end"instruction#RDval":" "\n\t" \
171 printf(instruction" :: out: %d, RDval: %d, RSval: %d\n",
    [all...]
  /external/llvm/test/MC/ARM/
thumbv7m.s 7 @ These tests test instruction encodings specific to ARMv7m.
33 @ CHECK-V6M: error: invalid operand for instruction
35 @ CHECK-V6M: error: invalid operand for instruction
37 @ CHECK-V6M: error: invalid operand for instruction
39 @ CHECK-V6M: error: invalid operand for instruction
41 @ CHECK-V6M: error: invalid operand for instruction
43 @ CHECK-V6M: error: invalid operand for instruction
diagnostics.s 8 @ 's' bit on an instruction that can't accept it.
10 @ CHECK-ERRORS: error: instruction 'mls' can not set flags,
96 @ CHECK-ERRORS: error: invalid operand for instruction
98 @ Out of range immediates for v8 HLT instruction.
101 @CHECK-ERRORS-V8: error: invalid operand for instruction
104 @CHECK-ERRORS-V8: error: invalid operand for instruction
108 @ Illegal condition code for v8 HLT instruction.
111 @CHECK-ERRORS-V8: error: instruction 'hlt' is not predicable, but condition code specified
114 @CHECK-ERRORS-V8: error: instruction 'hlt' is not predicable, but condition code specified
126 @ CHECK-ERRORS: error: invalid operand for instruction
    [all...]
deprecated-v8.s 31 @ CHECK-THUMBV8: warning: deprecated instruction in IT block
36 @ CHECK-ARMV8: warning: applying IT instruction to more than one subsequent instruction is deprecated
37 @ CHECK-THUMBV8: warning: applying IT instruction to more than one subsequent instruction is deprecated
41 @ CHECK-THUMBV8: warning: deprecated instruction in IT block
44 revge r0, r0 // invalid instruction
45 @ CHECK-THUMBV8: warning: deprecated instruction in IT block
49 @ CHECK-THUMBV8: warning: deprecated instruction in IT block
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 578 * instruction
584 struct tgsi_instruction instruction; local
586 instruction.Type = TGSI_TOKEN_TYPE_INSTRUCTION;
587 instruction.NrTokens = 0;
588 instruction.Opcode = TGSI_OPCODE_MOV;
589 instruction.Saturate = TGSI_SAT_NONE;
590 instruction.Predicate = 0;
591 instruction.NumDstRegs = 1;
592 instruction.NumSrcRegs = 1;
593 instruction.Label = 0
608 struct tgsi_instruction instruction; local
971 struct tgsi_instruction *instruction; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 578 * instruction
584 struct tgsi_instruction instruction; local
586 instruction.Type = TGSI_TOKEN_TYPE_INSTRUCTION;
587 instruction.NrTokens = 0;
588 instruction.Opcode = TGSI_OPCODE_MOV;
589 instruction.Saturate = TGSI_SAT_NONE;
590 instruction.Predicate = 0;
591 instruction.NumDstRegs = 1;
592 instruction.NumSrcRegs = 1;
593 instruction.Label = 0
608 struct tgsi_instruction instruction; local
971 struct tgsi_instruction *instruction; local
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc 307 void CodeGeneratorX86_64::Move(HInstruction* instruction,
310 if (instruction->AsIntConstant() != nullptr) {
311 Immediate imm(instruction->AsIntConstant()->GetValue());
317 } else if (instruction->AsLongConstant() != nullptr) {
318 int64_t value = instruction->AsLongConstant()->GetValue();
325 } else if (instruction->AsLoadLocal() != nullptr) {
326 switch (instruction->GetType()) {
333 Move(location, Location::StackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal())));
337 Move(location, Location::DoubleStackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal())));
341 LOG(FATAL) << "Unimplemented local type " << instruction->GetType()
787 HConstant* instruction = locations->InAt(1).GetConstant(); local
853 HConstant* instruction = locations->InAt(1).GetConstant(); local
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
PackedSwitchMethodItem.java 33 import org.jf.dexlib2.iface.instruction.SwitchElement;
34 import org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload;
46 public PackedSwitchMethodItem(MethodDefinition methodDef, int codeAddress, PackedSwitchPayload instruction) {
47 super(methodDef, codeAddress, instruction);
57 for (SwitchElement switchElement: instruction.getSwitchElements()) {
68 for (SwitchElement switchElement: instruction.getSwitchElements()) {
SparseSwitchMethodItem.java 33 import org.jf.dexlib2.iface.instruction.SwitchElement;
34 import org.jf.dexlib2.iface.instruction.formats.SparseSwitchPayload;
45 public SparseSwitchMethodItem(MethodDefinition methodDef, int codeAddress, SparseSwitchPayload instruction) {
46 super(methodDef, codeAddress, instruction);
52 for (SwitchElement switchElement: instruction.getSwitchElements()) {
60 for (SwitchElement switchElement: instruction.getSwitchElements()) {
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part2.stdout.exp     [all...]
  /external/llvm/test/MC/Sparc/
sparcv9-instructions.s 4 ! V8: error: invalid instruction mnemonic
9 ! V8: error: invalid instruction mnemonic
14 ! V8: error: invalid instruction mnemonic
19 ! V8: error: invalid instruction mnemonic
  /external/oprofile/events/mips/vr5500/
events 8 event:0x2 counters:0,1 um:zero minimum:500 name:LOAD_PREF_CACHE_INSTRUCTIONS : Execution of load/prefetch/cache instruction
9 event:0x3 counters:0,1 um:zero minimum:500 name:STORES : Execution of store instruction
10 event:0x4 counters:0,1 um:zero minimum:500 name:BRANCHES : Execution of branch instruction
11 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : Execution of floating-point instruction
15 event:0x9 counters:0,1 um:zero minimum:500 name:ICACHE_MISSES : Instruction cache miss
  /external/proguard/src/proguard/classfile/instruction/visitor/
InstructionVisitor.java 21 package proguard.classfile.instruction.visitor;
25 import proguard.classfile.instruction.*;
30 * <code>Instruction</code> objects.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction11n.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction11n;
BuilderInstruction11x.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction11x;
BuilderInstruction12x.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction12x;
BuilderInstruction21c.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction21c;
BuilderInstruction21ih.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction21ih;
BuilderInstruction21lh.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction21lh;
BuilderInstruction21s.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction21s;
BuilderInstruction21t.java 32 package org.jf.dexlib2.builder.instruction;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;
BuilderInstruction22b.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction22b;
BuilderInstruction22s.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction22s;
BuilderInstruction22t.java 32 package org.jf.dexlib2.builder.instruction;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction22t;

Completed in 1009 milliseconds

<<11121314151617181920>>