/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2108 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() argument 2109 inputs_[0] = unclamped; in LClampDToUint8() 2113 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2122 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2123 inputs_[0] = unclamped; in LClampIToUint8() 2126 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2134 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2135 inputs_[0] = unclamped; in LClampTToUint8() 2139 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-mips.cc | 4834 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 4842 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 4850 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2139 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 2140 inputs_[0] = unclamped; in LClampDToUint8() 2143 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2151 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2152 inputs_[0] = unclamped; in LClampIToUint8() 2155 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2163 LClampTToUint8(LOperand* unclamped, in LClampTToUint8() argument 2165 inputs_[0] = unclamped; in LClampTToUint8() 2169 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-x64.cc | 4888 XMMRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 4896 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 4903 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampTToUint8() 4904 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1952 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() argument 1954 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 1961 explicit LClampIToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampIToUint8() argument 1963 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 1970 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 1971 inputs_[0] = unclamped; in LClampTToUint8() 1975 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-s390.cc | 5036 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoShiftI() 5042 Register unclamped_reg = ToRegister(instr->unclamped()); in DoShiftI() 5049 Register input_reg = ToRegister(instr->unclamped()); in DoShiftI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2151 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 2152 inputs_[0] = unclamped; in LClampDToUint8() 2155 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2163 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2164 inputs_[0] = unclamped; in LClampIToUint8() 2167 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2175 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2176 inputs_[0] = unclamped; in LClampTToUint8() 2180 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-arm.cc | 4834 DwVfpRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 4841 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 4849 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2154 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() argument 2155 inputs_[0] = unclamped; in LClampDToUint8() 2159 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2168 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2169 inputs_[0] = unclamped; in LClampIToUint8() 2172 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2180 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2181 inputs_[0] = unclamped; in LClampTToUint8() 2185 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-mips64.cc | 5040 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5048 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 5056 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2091 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() argument 2093 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2101 explicit LClampIToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampIToUint8() argument 2103 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2111 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2112 inputs_[0] = unclamped; in LClampTToUint8() 2116 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-ppc.cc | 5111 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoShiftI() 5118 Register unclamped_reg = ToRegister(instr->unclamped()); in DoShiftI() 5126 Register input_reg = ToRegister(instr->unclamped()); in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 940 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 941 inputs_[0] = unclamped; in LClampDToUint8() 944 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 952 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 953 inputs_[0] = unclamped; in LClampIToUint8() 956 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 964 LClampTToUint8(LOperand* unclamped, LOperand* temp1) { in LClampTToUint8() argument 965 inputs_[0] = unclamped; in LClampTToUint8() 969 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-arm64.cc | 2173 DoubleRegister input = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 2180 Register input = ToRegister32(instr->unclamped()); in DoClampIToUint8() 2187 Register input = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2148 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2160 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2169 LClampTToUint8NoSSE2(LOperand* unclamped, in LClampTToUint8NoSSE2() argument 2173 inputs_[0] = unclamped; in LClampTToUint8NoSSE2() 2179 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-x87.cc | 5011 X87Register value_reg = ToX87Register(instr->unclamped()); in DoClampDToUint8() 5019 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 5026 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8NoSSE2()
|
/external/mesa3d/docs/ |
D | MESA_texture_signed_rgba.spec | 135 appear as expected with unclamped signed components as a result
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 93 outputting unclamped vertex colors from a vertex shader. If unsupported, 99 If both clamped and unclamped CAPs are supported, the clamping can be
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2162 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2174 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2187 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-ia32.cc | 4614 XMMRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 4622 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 4629 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampTToUint8() 4630 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|