Lines Matching refs:value
121 // Set a static value on whether Simd is supported.
210 Operand Operand::EmbeddedNumber(double value) {
212 if (DoubleToSmiInteger(value, &smi)) return Operand(Smi::FromInt(smi));
215 result.value_.heap_object_request = HeapObjectRequest(value);
454 // The link chain is terminated by a value in the instruction of -1,
455 // which is an otherwise illegal value (branch -1 is inf loop).
457 // code is conv to an 18-bit value addressing bytes, hence the -4 value.
1017 PrintF("value\n");
1191 // Instructions with immediate value.
1961 // is_int16 must be passed a signed value, hence the static cast below.
1966 // value) fits into int16_t.
3714 // Assemble the 32 bit value.
3721 // Assemble the 32 bit value.