Searched defs:DoShift (Results 1 – 10 of 10) sorted by relevance
979 static void printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl()997 bool DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local1012 bool DoShift = ExtWidth != 8; in printRegWithShiftExtend() local
127 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO()133 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO()810 SDValue &DoShift) { in SelectAddrModeWRO()899 SDValue &DoShift) { in SelectAddrModeXRO()
317 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local
201 bool DoShift) { in getMemExtendImm()
128 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO()134 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO()867 SDValue &DoShift) { in SelectAddrModeWRO()956 SDValue &DoShift) { in SelectAddrModeXRO()
341 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local
896 unsigned DoShift = (unsigned)MCOperand_getImm(MCInst_getOperand(MI, OpNum + 1)); in printMemExtend() local
1125 unsigned DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local
3829 void SimplifiedLowering::DoShift(Node* node, Operator const* op, in DoShift() function in v8::internal::compiler::SimplifiedLowering