Lines Matching defs:mode

216     StubCallMode mode) {
232 remembered_set_action, fp_mode, mode);
240 StubCallMode mode) {
246 if (mode == StubCallMode::kCallWasmRuntimeStub) {
1524 void TurboAssembler::li(Register dst, Handle<HeapObject> value, LiFlags mode) {
1532 li(dst, Operand(value), mode);
1535 void TurboAssembler::li(Register dst, ExternalReference value, LiFlags mode) {
1543 li(dst, Operand(value), mode);
1547 LiFlags mode) {
1548 li(dst, Operand::EmbeddedStringConstant(string), mode);
1679 void TurboAssembler::li_optimized(Register rd, Operand j, LiFlags mode) {
1682 DCHECK(mode == OPTIMIZE_SIZE);
1857 void TurboAssembler::li(Register rd, Operand j, LiFlags mode) {
1860 if (!MustUseReg(j.rmode()) && mode == OPTIMIZE_SIZE) {
1868 li_optimized(rd, Operand(-j.immediate()), mode);
1872 li_optimized(rd, Operand(~j.immediate()), mode);
1875 li_optimized(rd, j, mode);
1891 } else if (mode == ADDRESS_LOAD) {
1898 } else { // mode == CONSTANT_SIZE - always emit the same instruction
2491 FPURoundingMode mode, RoundFunc round) {
2496 li(at, Operand(mode));
2552 FPURoundingMode mode, RoundFunc round) {
2557 li(at, Operand(mode));
2759 FPURoundingMode mode) {
2764 if (mode == kRoundToNearest) {
2767 li(scratch2, Operand(mode));
2775 FPURoundingMode mode) {
2780 if (mode == kRoundToNearest) {
2783 li(scratch2, Operand(mode));
4567 ArgumentsCountMode mode, Register scratch) {
4585 if (mode == kCountExcludesReceiver) {
4593 ArgumentsCountMode mode,
4596 if (mode == kCountExcludesReceiver) {
4601 DropArguments(argc, type, mode, scratch);
5313 // Currently in debug mode with debug_code enabled the number of
5467 // Restore current context from top and clear it in debug mode.
6127 // * Builtin code runs in --jitless mode and thus must not call into on-heap