Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/lib/Target/X86/X86ISelLowering.h
Show First 20 Lines • Show All 588 Lines • ▼ Show 20 Lines | enum NodeType : unsigned { | ||||
CVTPS2PH, CVTPH2PS, CVTPH2PS_RND, | CVTPS2PH, CVTPH2PS, CVTPH2PS_RND, | ||||
// Galois Field Arithmetic Instructions | // Galois Field Arithmetic Instructions | ||||
GF2P8AFFINEINVQB, GF2P8AFFINEQB, GF2P8MULB, | GF2P8AFFINEINVQB, GF2P8AFFINEQB, GF2P8MULB, | ||||
// LWP insert record. | // LWP insert record. | ||||
LWPINS, | LWPINS, | ||||
// User level wait | |||||
UMWAIT, TPAUSE, | |||||
// Compare and swap. | // Compare and swap. | ||||
LCMPXCHG_DAG = ISD::FIRST_TARGET_MEMORY_OPCODE, | LCMPXCHG_DAG = ISD::FIRST_TARGET_MEMORY_OPCODE, | ||||
LCMPXCHG8_DAG, | LCMPXCHG8_DAG, | ||||
LCMPXCHG16_DAG, | LCMPXCHG16_DAG, | ||||
LCMPXCHG8_SAVE_EBX_DAG, | LCMPXCHG8_SAVE_EBX_DAG, | ||||
LCMPXCHG16_SAVE_RBX_DAG, | LCMPXCHG16_SAVE_RBX_DAG, | ||||
/// LOCK-prefixed arithmetic read-modify-write instructions. | /// LOCK-prefixed arithmetic read-modify-write instructions. | ||||
▲ Show 20 Lines • Show All 945 Lines • Show Last 20 Lines |