Home
last modified time | relevance | path

Searched refs:reti (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dretabi.ll11 define i32 @reti() {
13 ; CHECK-LABEL: reti:
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1749 Interval reti; in applyMonotone() local
1751 TCU_INTERVAL_APPLY_MONOTONE2(reti, x, xi, y, yi, ret, in applyMonotone()
1754 reti |= innerExtrema(ctx, xi, yi); in applyMonotone()
1755 reti &= (this->getCodomain() | TCU_NAN); in applyMonotone()
1757 return ctx.format.convert(reti); in applyMonotone()
1852 Interval reti; in applyMonotone() local
1853 TCU_INTERVAL_APPLY_MONOTONE3(reti, x, xi, y, yi, z, zi, ret, in applyMonotone()
1856 return ctx.format.convert(reti); in applyMonotone()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1728 Interval reti; in applyMonotone() local
1730 TCU_INTERVAL_APPLY_MONOTONE2(reti, x, xi, y, yi, ret, in applyMonotone()
1733 reti |= innerExtrema(ctx, xi, yi); in applyMonotone()
1734 reti &= (this->getCodomain() | TCU_NAN); in applyMonotone()
1736 return ctx.format.convert(reti); in applyMonotone()
1831 Interval reti; in applyMonotone() local
1832 TCU_INTERVAL_APPLY_MONOTONE3(reti, x, xi, y, yi, z, zi, ret, in applyMonotone()
1835 return ctx.format.convert(reti); in applyMonotone()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td167 def RETI : II16r<0x0, (outs), (ins), "reti", [(MSP430retiflag)]>;