Searched refs:low_bits (Results 1 – 16 of 16) sorted by relevance
89 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); in construct_call() local90 args.This()->Set(v8_str("low_bits"), v8_num(low_bits >> 1)); in construct_call()93 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff); in construct_call() local95 args.This()->Set(v8_str("low_bits"), v8_num(low_bits)); in construct_call()
67 int64_t low_bits = *reinterpret_cast<uint64_t*>(*args[0]) >> 32; in GetFP() local69 Address fp = reinterpret_cast<Address>(high_bits | low_bits); in GetFP()
18180 static double DoubleFromBits(uint32_t high_bits, uint32_t low_bits) { in DoubleFromBits() argument18181 return DoubleFromBits((static_cast<uint64_t>(high_bits) << 32) | low_bits); in DoubleFromBits()
421 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op()437 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op_16()477 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op_8()1183 emit(0xB0 + dst.low_bits()); in movb()1249 if (src.low_bits() == 4) { in emit_mov()1277 emit(0xB8 + dst.low_bits()); in emit_mov()1295 emit(0xB8 | dst.low_bits()); in movp()1303 emit(0xB8 | dst.low_bits()); in movq()1586 emit(0x58 | dst.low_bits()); in popq()1607 emit(0x50 | src.low_bits()); in pushq()[all …]
528 buf_[0] = mod << 6 | rm_reg.low_bits(); in set_modrm()540 buf_[1] = (scale << 6) | (index.low_bits() << 3) | base.low_bits(); in set_sib()
133 int low_bits() const { in low_bits() function256 int low_bits() const { in low_bits() function1294 emit_operand(reg.low_bits(), adr); in emit_operand()1304 emit(0xC0 | reg.low_bits() << 3 | rm_reg.low_bits()); in emit_modrm()1311 emit(0xC0 | code << 3 | rm_reg.low_bits()); in emit_modrm()
340 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); } in base_reg() argument
197 3) [low_bits] = read 3 bits as unsigned integer200 6) vector [residue_cascade] element [i] = [high_bits] * 8 + [low_bits]
1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local1424 return low_bits; in ChopLowBits()
1407 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local1409 return low_bits; in ChopLowBits()
1425 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local1427 return low_bits; in ChopLowBits()
1709 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local1711 return low_bits; in ChopLowBits()
2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local2911 return low_bits; in ChopLowBits()