Lines Matching refs:ool
352 auto ool = new (zone()) OutOfLineLoad##width(this, result); \
355 __ Branch(USE_DELAY_SLOT, ool->entry(), hs, offset, i.InputOperand(1)); \
360 __ Branch(ool->entry(), ls, i.InputRegister(1), Operand(offset)); \
363 __ bind(ool->exit()); \
370 auto ool = new (zone()) OutOfLineLoadInteger(this, result); \
373 __ Branch(USE_DELAY_SLOT, ool->entry(), hs, offset, i.InputOperand(1)); \
378 __ Branch(ool->entry(), ls, i.InputRegister(1), Operand(offset)); \
381 __ bind(ool->exit()); \
431 auto ool = new (zone()) OutOfLineRound(this, i.OutputDoubleRegister()); \
442 __ Branch(USE_DELAY_SLOT, ool->entry(), eq, at, Operand(zero_reg)); \
444 __ bind(ool->exit()); \
460 auto ool = new (zone()) OutOfLineRound32(this, i.OutputDoubleRegister()); \
469 __ Branch(USE_DELAY_SLOT, ool->entry(), eq, at, Operand(zero_reg)); \
471 __ bind(ool->exit()); \
727 auto ool = new (zone()) OutOfLineRecordWrite(this, object, index, value, in AssembleArchInstruction() local
733 ool->entry()); in AssembleArchInstruction()
734 __ bind(ool->exit()); in AssembleArchInstruction()