Lines Matching refs:value
34 // Set a static value on whether Simd is supported.
122 Operand Operand::EmbeddedNumber(double value) {
124 if (DoubleToSmiInteger(value, &smi)) return Operand(Smi::FromInt(smi));
127 result.value_.heap_object_request = HeapObjectRequest(value);
298 // The link chain is terminated by a value in the instruction of 0,
299 // which is an otherwise illegal value (branch 0 is inf loop).
301 // code is conv to an 18-bit value addressing bytes, hence the -4 value.
547 PrintF("value\n");
847 void Assembler::GenImm(Opcode opcode, int32_t value, Register rj, Register rd,
851 uint32_t imm = value & 0x3f;
853 imm = value & kImm12Mask;
855 imm = value & 0x3fff;
857 imm = value & kImm16Mask;
2069 // is_int12 must be passed a signed value, hence the static cast below.
2290 // Assemble the 48 bit value.
2314 // translation and they have to be set according to value of bit 47 in order