Lines Matching defs:mode
220 StubCallMode mode) {
236 remembered_set_action, fp_mode, mode);
244 StubCallMode mode) {
250 if (mode == StubCallMode::kCallWasmRuntimeStub) {
1227 if (IsFp32Mode()) { // fp32 mode.
1255 if (IsFp32Mode()) { // fp32 mode.
1314 void TurboAssembler::li(Register dst, Handle<HeapObject> value, LiFlags mode) {
1322 li(dst, Operand(value), mode);
1325 void TurboAssembler::li(Register dst, ExternalReference value, LiFlags mode) {
1333 li(dst, Operand(value), mode);
1337 LiFlags mode) {
1338 li(dst, Operand::EmbeddedStringConstant(string), mode);
1341 void TurboAssembler::li(Register rd, Operand j, LiFlags mode) {
1344 if (!MustUseReg(j.rmode()) && mode == OPTIMIZE_SIZE) {
1982 FPURoundingMode mode, RoundFunc round) {
1988 li(at, Operand(mode));
2041 FPURoundingMode mode, RoundFunc round) {
2046 li(at, Operand(mode));
4046 ArgumentsCountMode mode) {
4062 if (mode == kCountExcludesReceiver) {
4070 ArgumentsCountMode mode) {
4072 if (mode == kCountExcludesReceiver) {
4077 DropArguments(argc, type, mode);
4779 // Currently in debug mode with debug_code enabled the number of
4932 // Restore current context from top and clear it in debug mode.
5584 // * Builtin code runs in --jitless mode and thus must not call into on-heap