Home
last modified time | relevance | path

Searched refs:IntPair (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h25 struct IntPair { struct
33 struct IntPair UIntPairVal;
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td26 // v2i32 if it wasn't allocated to the IntPair register-class)
H A DSparcInstrInfo.td503 defm LDD : LoadA<"ldd", 0b000011, 0b010011, load, IntPair, v2i32, IIC_ldd>;
558 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32, IIC_std>;
1699 def : Pat<(extractelt (v2i32 IntPair:$Rn), 0),
1700 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_even))>;
1701 def : Pat<(extractelt (v2i32 IntPair:$Rn), 1),
1702 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_odd))>;
H A DSparcRegisterInfo.td335 def IntPair : RegisterClass<"SP", [v2i32], 64,