HomeSort by relevance Sort by last modified time
    Searched refs:hi (Results 326 - 350 of 1241) sorted by null

<<11121314151617181920>>

  /external/vixl/test/aarch32/
test-assembler-cond-rdlow-rnlow-rmlow-in-it-block-t32.cc     [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to32-in-it-block-t32.cc 98 {{hi, r6, r7, LSR, 29}, true, hi, "hi r6 r7 LSR 29", "hi_r6_r7_LSR_29"},
107 {{hi, r6, r5, LSR, 12}, true, hi, "hi r6 r5 LSR 12", "hi_r6_r5_LSR_12"},
109 {{hi, r7, r1, ASR, 30}, true, hi, "hi r7 r1 ASR 30", "hi_r7_r1_ASR_30"},
116 {{hi, r1, r3, ASR, 15}, true, hi, "hi r1 r3 ASR 15", "hi_r1_r3_ASR_15"}
    [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-imm8-in-it-block-t32.cc 105 {{hi, r1, r1, 98}, true, hi, "hi r1 r1 98", "hi_r1_r1_98"},
111 {{hi, r4, r4, 60}, true, hi, "hi r4 r4 60", "hi_r4_r4_60"},
117 {{hi, r7, r7, 142}, true, hi, "hi r7 r7 142", "hi_r7_r7_142"},
121 {{hi, r3, r3, 62}, true, hi, "hi r3 r3 62", "hi_r3_r3_62"}
    [all...]
  /external/compiler-rt/lib/builtins/ppc/
fixtfdi.c 15 const doublebits hibits = { .d = x.s.hi };
26 int64_t result = hibits.x & INT64_C(0x000fffffffffffff); /* mantissa(hi) */
27 result |= INT64_C(0x0010000000000000); /* matissa(hi) with implicit bit */
28 result <<= 10; /* mantissa(hi) with one zero preceding bit. */
68 if (1.0 > crt_fabs(x.s.hi))
72 if (x.s.hi == -0x1.0p63) {
100 if (x.s.hi > 0.0)
  /external/llvm/test/MC/Mips/
hilo-addressing.s 14 lui $4, %hi(addr)
20 # Check that assembler can handle %hi(label1 - label2) and %lo(label1 - label2)
27 lui $4, %hi($L3-$L1)
33 lui $5, %hi($L2-$L3)
39 # Check that relocation isn't emitted for %hi(label1 - label2) and
  /external/python/cpython2/Lib/plat-mac/Carbon/
MediaDescr.py 45 hi = int(float)
47 return (hi<<16)|lo
50 hi = (fixed >> 16) & 0xffff
52 return hi + (lo / float(0x10000))
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
hilo-addressing.s 14 lui $4, %hi(addr)
20 # Check that assembler can handle %hi(label1 - label2) and %lo(label1 - label2)
27 lui $4, %hi($L3-$L1)
33 lui $5, %hi($L2-$L3)
39 # Check that relocation isn't emitted for %hi(label1 - label2) and