Lines Matching defs:mode
231 PreShiftImmMode mode = rn == sp ? kNoShift : kAnyShift;
232 Operand imm_operand = MoveImmediateForShiftedOp(temp, immediate, mode);
717 PreShiftImmMode mode) {
732 if (mode == kLimitShiftForSP) {
749 if ((mode != kNoShift) && TryOneInstrMoveImmediate(dst, imm_low)) {
753 } else if ((mode == kAnyShift) && TryOneInstrMoveImmediate(dst, imm_high)) {
786 PreShiftImmMode mode = kAnyShift;
794 mode = (S == SetFlags) ? kNoShift : kLimitShiftForSP;
796 mode = kLimitShiftForSP;
800 MoveImmediateForShiftedOp(temp, operand.ImmediateValue(), mode);
855 // The addressing mode is directly supported by the instruction.
1359 CopyDoubleWordsMode mode) {
1366 if (mode == kSrcLessThanDst) {
1382 if (mode == kDstLessThanSrcAndReverse) {
1387 int src_direction = (mode == kDstLessThanSrc) ? 1 : -1;
1388 int dst_direction = (mode == kSrcLessThanDst) ? -1 : 1;
1402 if (mode == kSrcLessThanDst) {
1406 } else if (mode == kDstLessThanSrcAndReverse) {
1414 if (mode == kDstLessThanSrcAndReverse) {
1450 // - Assert that the rounding mode is nearest-with-ties-to-even.
1885 // Note, that builtin-to-builitin calls use different OFF_HEAP_TARGET mode
2075 // * Builtin code runs in --jitless mode and thus must not call into on-heap
3207 SaveFPRegsMode fp_mode, StubCallMode mode) {
3218 remembered_set_action, fp_mode, mode);
3226 StubCallMode mode) {
3231 if (mode == StubCallMode::kCallWasmRuntimeStub) {