Lines Matching refs:value

71     fprintf(stderr, "Error: unrecognised value for --arm-arch ('%s').\n",
99 enable_armv7 = FLAG_enable_armv7.value;
105 enable_vfp3 = FLAG_enable_vfp3.value;
111 enable_32dregs = FLAG_enable_32dregs.value;
117 enable_neon = FLAG_enable_neon.value;
123 enable_sudiv = FLAG_enable_sudiv.value;
129 enable_armv8 = FLAG_enable_armv8.value;
254 // Set a static value on whether Simd is supported.
390 Operand Operand::EmbeddedNumber(double value) {
392 if (DoubleToSmiInteger(value, &smi)) return Operand(Smi::FromInt(smi));
395 result.value_.heap_object_request = HeapObjectRequest(value);
919 PrintF("value\n");
1037 // (8-bit value, 2*N bit left rotation)
1042 // 1. 0x000000FF: The value is already 8-bit (no shifting necessary),
1043 // 2. 0x000FF000: The 8-bit value is somewhere in the middle of the 32-bit
1044 // value, and
1045 // 3. 0xF000000F: The 8-bit value is split over the beginning and end of
1046 // the 32-bit value.
1261 // -> 16 rotations of 2 bits each fits in a 32-bit value.
1861 // value is sign extended to fill the destination register.
1875 // to zero, preserving the value of the other bits.
4191 // Qd = vabs.f<size>(Qn, Qm) SIMD floating point absolute value.
4198 // Qd = vabs.s<size>(Qn, Qm) SIMD integer absolute value.
4894 int value) {
4896 DCHECK_EQ(0, value);
4935 int value) {
4937 DCHECK_EQ(0, value);
5114 EncodeMovwImmediate(0xFFFF)); // mask out immediate value
5121 EncodeMovwImmediate(0xFFFF)); // mask out immediate value
5249 void Assembler::dq(uint64_t value, RelocInfo::Mode rmode) {
5259 base::WriteUnalignedValue(reinterpret_cast<Address>(pc_), value);
5271 intptr_t value) {
5276 // are indicated by value == 0.
5278 (rmode == RelocInfo::CODE_TARGET && value != 0) ||
5279 (RelocInfo::IsEmbeddedObjectMode(rmode) && value != 0);
5289 ConstantPoolEntry entry(position, value, sharing_ok, rmode);
5297 if (entry.value() == current_entry.value() &&
5445 DCHECK(entry.value() == merged.value());
5455 emit(entry.value());