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