Lines Matching refs:value
97 // Set a static value on whether Simd is supported.
185 Operand Operand::EmbeddedNumber(double value) {
187 if (DoubleToSmiInteger(value, &smi)) return Operand(Smi::FromInt(smi));
190 result.value_.heap_object_request = HeapObjectRequest(value);
432 // The link chain is terminated by a value in the instruction of -1,
433 // which is an otherwise illegal value (branch -1 is inf loop).
435 // code is conv to an 18-bit value addressing bytes, hence the -4 value.
943 PrintF("value\n");
1120 // Instructions with immediate value.
2035 // is_int16 must be passed a signed value, hence the static cast below.
2040 // value) fits into int16_t.
3923 // Assemble the 48 bit value.
3954 // translation and they have to be set according to value of bit 47 in order