Searched refs:ExactFPImm (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.h | 431 struct ExactFPImm { struct
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64SystemOperands.td | 323 class ExactFPImm<string name, string repr, bits<4> enum > : SearchableTable { 332 def : ExactFPImm<"zero", "0.0", 0x0>; 333 def : ExactFPImm<"half", "0.5", 0x1>; 334 def : ExactFPImm<"one", "1.0", 0x2>; 335 def : ExactFPImm<"two", "2.0", 0x3>;
|