HomeSort by relevance Sort by last modified time
    Searched refs:subf (Results 1 - 14 of 14) sorted by null

  /art/test/952-invoke-custom/src/
TestLinkerUnrelatedBSM.java 67 private static float subf(float a, float b) { method in class:TestLinkerUnrelatedBSM
79 assertEquals(1.5f, subf(2.0f, 0.5f));
  /external/u-boot/arch/powerpc/lib/
ppccache.S 70 subf r4,r3,r4
94 subf r4,r3,r4
ppcstring.S 54 subf. r3,r0,r3
65 subf r3,r3,r4
79 subf r6,r0,r6
136 subf r5,r0,r5
173 subf r5,r0,r5
188 subf. r3,r0,r3
  /external/llvm/test/MC/PowerPC/
ppc64-errors.s 24 # CHECK-NEXT: subf 3, 4, symbol@tls
25 subf 3, 4, symbol@tls
ppc64-encoding.s 303 # CHECK-BE: subf 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x50]
304 # CHECK-LE: subf 2, 3, 4 # encoding: [0x50,0x20,0x43,0x7c]
305 subf 2, 3, 4
306 # CHECK-BE: subf. 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x51]
307 # CHECK-LE: subf. 2, 3, 4 # encoding: [0x51,0x20,0x43,0x7c]
308 subf. 2, 3, 4
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-errors.s 24 # CHECK-NEXT: subf 3, 4, symbol@tls
25 subf 3, 4, symbol@tls
ppc64-encoding.s 344 # CHECK-BE: subf 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x50]
345 # CHECK-LE: subf 2, 3, 4 # encoding: [0x50,0x20,0x43,0x7c]
346 subf 2, 3, 4
347 # CHECK-BE: subf. 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x51]
348 # CHECK-LE: subf. 2, 3, 4 # encoding: [0x51,0x20,0x43,0x7c]
349 subf. 2, 3, 4
    [all...]
  /external/perfetto/tools/
install-build-deps 433 for subf in os.listdir(subdir):
434 shutil.move(os.path.join(subdir,subf), zip_target_dir)
  /external/u-boot/arch/powerpc/cpu/mpc86xx/
cache.S 77 subf r4,r3,r4
104 subf r4,r3,r4 /* r4 = offset of stop from start of cache line */
  /external/u-boot/post/lib_powerpc/
asm.S 318 subf r0,r5,r0
  /external/libffi/src/powerpc/
darwin.S 220 subf r4,r5,r4
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
darwin.S 220 subf r4,r5,r4
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
start.S 1020 subf. r5, r5, r11
1028 subf. r5, r5, r11
    [all...]
  /external/v8/src/ppc/
constants-ppc.h     [all...]

Completed in 448 milliseconds