HomeSort by relevance Sort by last modified time
    Searched full:b_low (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
insns.s 24 B_low = 12
47 ldd B_low,y
insns-dwarf2.d 90 ldd B_low,y
  /external/llvm/test/CodeGen/ARM/
adv-copy-opt.ll 18 ; part of B, i.e., sIdx == BIdx x 2. E.g., B = d1, B_low = s2.
19 ; NOOPT-NEXT: vmov [[B_LOW:r[0-9]+]], s{{[0-9]+}}
23 ; NOOPT-NEXT: udiv [[RES_LOW:r[0-9]+]], [[A_LOW]], [[B_LOW]]
  /external/v8/src/compiler/
raw-machine-assembler.h 379 Node* Int32PairAdd(Node* a_low, Node* a_high, Node* b_low, Node* b_high) {
380 return AddNode(machine()->Int32PairAdd(), a_low, a_high, b_low, b_high);
382 Node* Int32PairSub(Node* a_low, Node* a_high, Node* b_low, Node* b_high) {
383 return AddNode(machine()->Int32PairSub(), a_low, a_high, b_low, b_high);
385 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) {
386 return AddNode(machine()->Int32PairMul(), a_low, a_high, b_low, b_high);

Completed in 6782 milliseconds