Searched defs:a_high (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/base/ |
| D | ubsan.cc | 30 uint64_t a_high = static_cast<uint64_t>(a) >> 32; in __mulodi4() local
|
| /third_party/node/deps/v8/src/bigint/ |
| D | div-burnikel.cc | 27 int SpecialCompare(digit_t a_high, Digits A, Digits B) { in SpecialCompare()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | raw-machine-assembler.h | 546 Node* Int32PairAdd(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairAdd() 549 Node* Int32PairSub(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairSub() 552 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairMul()
|