Searched refs:createVMOVModImm (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 533 inline unsigned createVMOVModImm(unsigned OpCmode, unsigned Val) { in createVMOVModImm() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6050 unsigned EncodedVal = ARM_AM::createVMOVModImm(0x6, 0x80); in LowerFCOPYSIGN() 6073 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff), in LowerFCOPYSIGN() 7137 unsigned EncodedVal = ARM_AM::createVMOVModImm(OpCmode, Imm); in isVMOVModifiedImm() 8595 DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff), dl, MVT::i32); in PromoteMVEPredVector() 8599 DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0x0), dl, MVT::i32); in PromoteMVEPredVector()
|