Lines Matching full:ve
1 //===-- VEISelLowering.h - VE DAG Lowering Interface ------------*- C++ -*-===//
9 // This file defines the interfaces that VE uses to lower LLVM code into a
17 #include "VE.h"
68 /// Convert a DAG integer condition code to a VE ICC condition.
96 /// Convert a DAG floating point condition code to a VE FCC condition.
152 // Immediate value of float place places at higher bits on VE.
202 // VE uses release consistency, so need fence for each atomics.
227 // VE doesn't need getPICJumpTableRelocBaseExpr since it is used for only
331 // SX-Aurora VE's s/udiv is 5-9 times slower than multiply.
333 // VE doesn't have rem.
335 // VE LDZ instruction returns 64 if the input is zero.
337 // VE LDZ instruction is fast.
339 // VE has NND instruction.