Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp634 const MachineOperand &AM6Offset = MI.getOperand(OpIdx++); in ExpandVLD() local
646 assert(AM6Offset.getReg() == 0 && in ExpandVLD()
650 MIB.add(AM6Offset); in ExpandVLD()
716 const MachineOperand &AM6Offset = MI.getOperand(OpIdx++); in ExpandVST() local
725 assert(AM6Offset.getReg() == 0 && in ExpandVST()
729 MIB.add(AM6Offset); in ExpandVST()