HomeSort by relevance Sort by last modified time
    Searched full:fdiv (Results 1 - 25 of 66) sorted by null

1 2 3

  /cts/tools/dx-tests/src/dxc/junit/opcodes/fdiv/jm/
T_fdiv_1.j 16 .class public dxc/junit/opcodes/fdiv/jm/T_fdiv_1
30 fdiv
T_fdiv_2.j 16 .class public dxc/junit/opcodes/fdiv/jm/T_fdiv_2
32 fdiv
T_fdiv_3.j 16 .class public dxc/junit/opcodes/fdiv/jm/T_fdiv_3
30 fdiv
T_fdiv_4.j 16 .class public dxc/junit/opcodes/fdiv/jm/T_fdiv_4
32 fdiv
T_fdiv_5.j 16 .class public dxc/junit/opcodes/fdiv/jm/T_fdiv_5
31 fdiv
T_fdiv_1.java 17 package dxc.junit.opcodes.fdiv.jm;
T_fdiv_2.java 17 package dxc.junit.opcodes.fdiv.jm;
T_fdiv_3.java 17 package dxc.junit.opcodes.fdiv.jm;
T_fdiv_4.java 17 package dxc.junit.opcodes.fdiv.jm;
T_fdiv_5.java 17 package dxc.junit.opcodes.fdiv.jm;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fdiv/
Test_fdiv.java 17 package dxc.junit.opcodes.fdiv;
21 import dxc.junit.opcodes.fdiv.jm.T_fdiv_1;
130 Class.forName("dxc.junit.opcodes.fdiv.jm.T_fdiv_2");
143 Class.forName("dxc.junit.opcodes.fdiv.jm.T_fdiv_3");
156 Class.forName("dxc.junit.opcodes.fdiv.jm.T_fdiv_4");
169 Class.forName("dxc.junit.opcodes.fdiv.jm.T_fdiv_5");
  /dalvik/dx/tests/102-verify-nonwide-math/
op_fdiv.j 24 fdiv
run 32 oneop fdiv
expected.txt 10 fdiv: expected failure occurred
  /external/quake/quake/src/QW/client/
d_spr8.s 221 // now start the FDIV for the end of the span
227 jz LCleanup1 // if only one pixel, no need to start an FDIV
259 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
296 fdiv %st(1),%st(0) // z = 1/1/z
347 // pick up after the FDIV that was left in flight previously
492 // start FDIV for end of next segment in flight, so it can overlap
499 jz LFDIVInFlight2 // if only one pixel, no need to start an FDIV
517 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
530 fdiv %st(1),%st(0) // z = 1/1/z
614 // pick up after the FDIV that was left in flight previousl
    [all...]
d_draw.s 193 // now start the FDIV for the end of the span
199 jz LCleanup1 // if only one pixel, no need to start an FDIV
231 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
268 fdiv %st(1),%st(0) // z = 1/1/z
320 // pick up after the FDIV that was left in flight previously
429 // start FDIV for end of next segment in flight, so it can overlap
436 jz LFDIVInFlight2 // if only one pixel, no need to start an FDIV
454 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
467 fdiv %st(1),%st(0) // z = 1/1/z
524 // pick up after the FDIV that was left in flight previousl
    [all...]
d_draw16.s 197 // now start the FDIV for the end of the span
203 jz LCleanup1 // if only one pixel, no need to start an FDIV
235 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
272 fdiv %st(1),%st(0) // z = 1/1/z
323 // pick up after the FDIV that was left in flight previously
460 // start FDIV for end of next segment in flight, so it can overlap
467 jz LFDIVInFlight2 // if only one pixel, no need to start an FDIV
485 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
498 fdiv %st(1),%st(0) // z = 1/1/z
583 // pick up after the FDIV that was left in flight previousl
    [all...]
d_spr8.asm 334 fdiv st(2),st(0)
383 fdiv st(0),st(1)
412 fdiv st(0),st(1)
582 fdiv st(0),st(1)
593 fdiv st(0),st(1)
d_draw.asm 321 fdiv st(1),st(0)
359 fdiv st(0),st(1)
388 fdiv st(0),st(1)
519 fdiv st(0),st(1)
530 fdiv st(0),st(1)
d_draw16.asm 323 fdiv st(1),st(0)
361 fdiv st(0),st(1)
390 fdiv st(0),st(1)
545 fdiv st(0),st(1)
556 fdiv st(0),st(1)
  /external/quake/quake/src/WinQuake/
d_spr8.s 221 // now start the FDIV for the end of the span
227 jz LCleanup1 // if only one pixel, no need to start an FDIV
259 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
296 fdiv %st(1),%st(0) // z = 1/1/z
347 // pick up after the FDIV that was left in flight previously
492 // start FDIV for end of next segment in flight, so it can overlap
499 jz LFDIVInFlight2 // if only one pixel, no need to start an FDIV
517 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
530 fdiv %st(1),%st(0) // z = 1/1/z
614 // pick up after the FDIV that was left in flight previousl
    [all...]
d_draw.s 193 // now start the FDIV for the end of the span
199 jz LCleanup1 // if only one pixel, no need to start an FDIV
231 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
268 fdiv %st(1),%st(0) // z = 1/1/z
320 // pick up after the FDIV that was left in flight previously
429 // start FDIV for end of next segment in flight, so it can overlap
436 jz LFDIVInFlight2 // if only one pixel, no need to start an FDIV
454 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
467 fdiv %st(1),%st(0) // z = 1/1/z
524 // pick up after the FDIV that was left in flight previousl
    [all...]
d_draw16.s 197 // now start the FDIV for the end of the span
203 jz LCleanup1 // if only one pixel, no need to start an FDIV
235 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
272 fdiv %st(1),%st(0) // z = 1/1/z
323 // pick up after the FDIV that was left in flight previously
460 // start FDIV for end of next segment in flight, so it can overlap
467 jz LFDIVInFlight2 // if only one pixel, no need to start an FDIV
485 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
498 fdiv %st(1),%st(0) // z = 1/1/z
583 // pick up after the FDIV that was left in flight previousl
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 147 false, // fdiv
356 2, // fdiv
565 1, // fdiv
  /dalvik/dx/tests/032-bb-live-code/
blort.j 270 fdiv

Completed in 145 milliseconds

1 2 3