LLVM: lib/Target/M68k/MCTargetDesc/M68kAsmBackend.cpp File Reference (original) (raw)
This file contains definitions for M68k assembler backend. More...
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "M68k-asm-backend" |
| Functions | |
|---|---|
| static unsigned | getRelaxedOpcodeBranch (unsigned Op) |
| cc—Carry clear GE—Greater than or equal LS—Lower or same PL—Plus CS—Carry set GT—Greater than LT—Less than EQ—Equal HI—Higher MI—Minus VC—Overflow clear LE—Less than or equal NE—Not equal VS—Overflow set | |
| static unsigned | getRelaxedOpcode (unsigned Opcode) |
Detailed Description
This file contains definitions for M68k assembler backend.
Definition in file M68kAsmBackend.cpp.
Macro Definition Documentation
◆ DEBUG_TYPE
#define DEBUG_TYPE "M68k-asm-backend"
Function Documentation
◆ getRelaxedOpcode()
◆ getRelaxedOpcodeBranch()
cc—Carry clear GE—Greater than or equal LS—Lower or same PL—Plus CS—Carry set GT—Greater than LT—Less than EQ—Equal HI—Higher MI—Minus VC—Overflow clear LE—Less than or equal NE—Not equal VS—Overflow set
Definition at line 107 of file M68kAsmBackend.cpp.
Referenced by getRelaxedOpcode().