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

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/
insn-bad-z14.s 245 #CHECK: vflr %v0, %v0, 0, 0, -1
247 #CHECK: vflr %v0, %v0, 0, 0, 16
249 #CHECK: vflr %v0, %v0, 0, -1, 0
251 #CHECK: vflr %v0, %v0, 0, 16, 0
253 #CHECK: vflr %v0, %v0, -1, 0, 0
255 #CHECK: vflr %v0, %v0, 16, 0, 0
257 vflr %v0, %v0, 0, 0, -1
258 vflr %v0, %v0, 0, 0, 16
259 vflr %v0, %v0, 0, -1, 0
260 vflr %v0, %v0, 0, 16,
    [all...]
insn-good-z14.s     [all...]
insn-bad-z13.s     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1007 const int vflr = util_ifloor(v); local
1010 const float yw = v - (float)vflr;
1013 const int y0 = vflr & (ypot - 1);
1061 const int vflr = util_ifloor(v); local
1064 const int y0 = vflr & (ypot - 1);
    [all...]

Completed in 720 milliseconds