Lines Matching defs:mode
197 SaveFPRegsMode fp_mode, StubCallMode mode) {
209 remembered_set_action, fp_mode, mode);
217 StubCallMode mode) {
223 if (mode == StubCallMode::kCallWasmRuntimeStub) {
1108 void TurboAssembler::li(Register dst, Handle<HeapObject> value, LiFlags mode) {
1116 li(dst, Operand(value), mode);
1119 void TurboAssembler::li(Register dst, ExternalReference value, LiFlags mode) {
1127 li(dst, Operand(value), mode);
1131 LiFlags mode) {
1132 li(dst, Operand::EmbeddedStringConstant(string), mode);
1187 void TurboAssembler::li_optimized(Register rd, Operand j, LiFlags mode) {
1190 DCHECK(mode == OPTIMIZE_SIZE);
1222 void TurboAssembler::li(Register rd, Operand j, LiFlags mode) {
1225 if (!MustUseReg(j.rmode()) && mode == OPTIMIZE_SIZE) {
1226 li_optimized(rd, j, mode);
1240 } else if (mode == ADDRESS_LOAD) {
1246 } else { // mode == CONSTANT_SIZE - always emit the same instruction
1769 FPURoundingMode mode) {
1773 li(t7, Operand(mode));
1796 FPURoundingMode mode) {
1800 li(t7, Operand(mode));
2788 ArgumentsCountMode mode, Register scratch) {
2806 if (mode == kCountExcludesReceiver) {
2814 ArgumentsCountMode mode,
2817 if (mode == kCountExcludesReceiver) {
2822 DropArguments(argc, type, mode, scratch);
3436 // Currently in debug mode with debug_code enabled the number of
3590 // Restore current context from top and clear it in debug mode.
4100 // * Builtin code runs in --jitless mode and thus must not call into on-heap