Searched refs:ExactFPImm (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.h | 567 struct ExactFPImm { struct
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SystemOperands.td | 382 class ExactFPImm<string name, string repr, bits<4> enum > : SearchableTable { 391 def : ExactFPImm<"zero", "0.0", 0x0>; 392 def : ExactFPImm<"half", "0.5", 0x1>; 393 def : ExactFPImm<"one", "1.0", 0x2>; 394 def : ExactFPImm<"two", "2.0", 0x3>;
|