Searched refs:low_bits (Results 1 – 15 of 15) sorted by relevance
138 int64_t low_bits = *reinterpret_cast<uint64_t*>(*args[0]) >> 32; in GetFP() local140 Address fp = reinterpret_cast<Address>(high_bits | low_bits); in GetFP()226 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); in construct_call() local227 args.This()->Set(v8_str("low_bits"), v8_num(low_bits >> 1)); in construct_call()230 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff); in construct_call() local232 args.This()->Set(v8_str("low_bits"), v8_num(low_bits)); in construct_call()
14187 static double DoubleFromBits(uint32_t high_bits, uint32_t low_bits) { in DoubleFromBits() argument14188 return DoubleFromBits((static_cast<uint64_t>(high_bits) << 32) | low_bits); in DoubleFromBits()
582 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op()598 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op_16()627 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op_32()1406 emit(0xB0 + dst.low_bits()); in movb()1442 if (src.low_bits() == 4) { in movl()1474 emit(0xB8 + dst.low_bits()); in movl()1489 if (src.low_bits() == 4) { in movq()1524 emit(0xB8 | dst.low_bits()); in movq()1545 emit(0xB8 | dst.low_bits()); in movq()1601 emit(0xB8 | dst.low_bits()); in movq()[all …]
455 buf_[0] = mod << 6 | rm_reg.low_bits(); in set_modrm()467 buf_[1] = (scale << 6) | (index.low_bits() << 3) | base.low_bits(); in set_sib()
151 int low_bits() const { in low_bits() function258 int low_bits() const { in low_bits() function1545 emit_operand(reg.low_bits(), adr); in emit_operand()1555 emit(0xC0 | reg.low_bits() << 3 | rm_reg.low_bits()); in emit_modrm()1562 emit(0xC0 | code << 3 | rm_reg.low_bits()); in emit_modrm()
358 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]
1283 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local1285 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()
1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local1424 return low_bits; in ChopLowBits()
1437 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local1439 return low_bits; in ChopLowBits()
2726 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local2728 return low_bits; in ChopLowBits()