HomeSort by: relevance | last modified time | path
    Searched defs:M68k (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kMCCodeEmitter.h 1 //===-- M68kMCCodeEmitter.h - M68k Code Emitter ----------------*- C++ -*--===//
21 namespace M68k {
25 } // namespace M68k
M68kBaseInfo.h 1 //===-- M68kBaseInfo.h - Top level definitions for M68k MC --*- C++ -*-----===//
11 /// for the M68k target useful for the compiler back-end and the MC
33 namespace M68k {
49 } // namespace M68k
178 case M68k::WA0:
179 case M68k::WA1:
180 case M68k::WA2:
181 case M68k::WA3:
182 case M68k::WA4:
183 case M68k::WA5
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kInstrBuilder.h 1 //===-- M68kInstrBuilder.h - Functions to build M68k insts --*- C++ -*-===//
11 /// MachineInstrBuilder.h file to handle M68k'isms in a clean way.
14 /// entire memory references in a single, typed, function call. M68k memory
39 namespace M68k {
91 } // end namespace M68k
M68kISelLowering.h 1 //===-- M68kISelLowering.h - M68k DAG Lowering Interface ----*- C++ -*-===//
10 /// This file defines the interfaces that M68k uses to lower LLVM code into a
18 #include "M68k.h"
30 /// M68k Specific DAG nodes
40 /// M68k compare and logical compare instructions. Subtracts the source
45 /// M68k bit-test instructions.
48 /// M68k Select
51 /// M68k SetCC. Operand 0 is condition code, and operand 1 is the CCR
59 /// M68k conditional moves. Operand 0 and operand 1 are the two values
65 /// M68k conditional branches. Operand 0 is the chain operand, operand
    [all...]
M68kInstrInfo.h 1 //===-- M68kInstrInfo.h - M68k Instruction Information ------*- C++ -*-===//
10 /// This file contains the M68k implementation of the TargetInstrInfo class.
17 #include "M68k.h"
32 namespace M68k {
58 static inline M68k::CondCode GetOppositeBranchCondition(M68k::CondCode CC) {
62 case M68k::COND_T:
63 return M68k::COND_F;
64 case M68k::COND_F:
65 return M68k::COND_T
    [all...]

Completed in 28 milliseconds