Searched refs:ROUND_M (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 152 multiclass ROUND_M<string opstr, InstrItinClass Itin> { 370 defm ROUND_W : ROUND_M<"round.w.d", II_ROUND>, ABSS_FM<0xc, 17>, ISA_MIPS2; 383 defm TRUNC_W : ROUND_M<"trunc.w.d", II_TRUNC>, ABSS_FM<0xd, 17>, ISA_MIPS2; 384 defm CEIL_W : ROUND_M<"ceil.w.d", II_CEIL>, ABSS_FM<0xe, 17>, ISA_MIPS2; 385 defm FLOOR_W : ROUND_M<"floor.w.d", II_FLOOR>, ABSS_FM<0xf, 17>, ISA_MIPS2; 386 defm CVT_W : ROUND_M<"cvt.w.d", II_CVT>, ABSS_FM<0x24, 17>, ISA_MIPS1;
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gv100.h | 113 case ROUND_M : rm = 1; break; in emitRND()
|
D | nv50_ir_emit_nv50.cpp | 187 case ROUND_M: code[1] |= 1 << 22; break; in roundMode_MAD() 1338 case ROUND_M: code[1] |= 0x00020000; break; in roundMode_CVT() 1359 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT()
|
D | nv50_ir_emit_gk110.cpp | 222 case ROUND_MI: rint = true; FALLTHROUGH; case ROUND_M: n = 1; break; in emitRoundMode() 242 case ROUND_M: n = 1; break; in emitRoundModeF() 1065 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT()
|
D | nv50_ir_emit_nvc0.cpp | 225 case ROUND_M: code[1] |= 1 << 23; break; in roundMode_A() 1051 case ROUND_M: code[1] |= 1 << 17; break; in roundMode_C() 1069 case ROUND_M: in roundMode_CS() 1088 case OP_FLOOR: i->rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT()
|
D | nv50_ir.h | 362 ROUND_M, // towards -inf enumerator
|
D | nv50_ir_emit_gm107.cpp | 487 case ROUND_M : rm = 1; break; in emitRND() 841 case OP_FLOOR: rnd = ROUND_M; break; in emitF2I() 883 case OP_FLOOR: rnd = ROUND_M; break; in emitI2F()
|
D | nv50_ir_from_tgsi.cpp | 3269 tgsi.getOpcode() == TGSI_OPCODE_ARR ? ROUND_N : ROUND_M; in handleInstruction()
|