Searched refs:ExactFPImm (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 555 struct ExactFPImm { struct
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SystemOperands.td | 387 class ExactFPImm<string name, string repr, bits<4> enum > : SearchableTable { 396 def : ExactFPImm<"zero", "0.0", 0x0>; 397 def : ExactFPImm<"half", "0.5", 0x1>; 398 def : ExactFPImm<"one", "1.0", 0x2>; 399 def : ExactFPImm<"two", "2.0", 0x3>;
|