HomeSort by relevance Sort by last modified time
    Searched refs:Machine (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 15 const unsigned Machine;
23 unsigned getMachine() const { return Machine; }
  /external/llvm/lib/VMCore/
AsmWriter.cpp 346 /// will reset the state of the machine back to just the module contents.
624 SlotTracker *Machine,
699 SlotTracker *Machine,
822 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
825 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
837 &TypePrinter, Machine,
843 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
865 &TypePrinter, Machine,
872 Machine, Context);
889 WriteAsOperandInternal(Out, CS->getOperand(0), &TypePrinter, Machine,
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 27 * upon a {@link Frame}. A machine conceptually contains four arbitrary-value
31 public interface Machine {
127 * {@code Machine} are collapsed to the {@code int}
Simulator.java 48 /** {@code non-null;} machine to use when simulating */
49 private final Machine machine; field in class:Simulator
63 * @param machine {@code non-null;} machine to use when simulating
66 public Simulator(Machine machine, ConcreteMethod method) {
67 if (machine == null) {
68 throw new NullPointerException("machine == null");
75 this.machine = machine
193 private final Machine machine; field in class:Simulator.SimVisitor
    [all...]
BaseMachine.java 29 * Base implementation of {@link Machine}.
35 public abstract class BaseMachine implements Machine {
  /external/llvm/include/llvm/Support/
COFF.h 43 uint16_t Machine;
95 /// Machine is based on a 32bit word architecture.
107 /// This file should only be run on a uniprocessor machine.
568 uint16_t Machine;
  /external/llvm/include/llvm/Object/
COFF.h 28 support::ulittle16_t Machine;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 324 Header.Machine = TargetObjectWriter->getMachine();
533 WriteLE16(Header.Machine);
893 Machine(Machine_) {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 545 switch(Header->Machine) {
556 switch(Header->Machine) {
704 switch (Header->Machine) {
  /external/icu4c/tools/toolutil/
pkg_genc.c 725 *pCPU=pHeader->Machine;
727 * The number of bits is implicit with the Machine value.
1105 objHeader.fileHeader.Machine=cpu;
    [all...]
  /external/oprofile/events/i386/nehalem/
events 55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.
83 event:0xC3 counters:0,1,2,3 um:machine_clears minimum:6000 name:MACHINE_CLEARS : Counts the cycles machine clear is asserted.
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 174 unsigned short Machine;
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 380 milliseconds