/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2299 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() argument 2300 inputs_[0] = unclamped; in LClampDToUint8() 2304 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2313 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2314 inputs_[0] = unclamped; in LClampIToUint8() 2317 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2325 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2326 inputs_[0] = unclamped; in LClampTToUint8() 2330 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-mips64.cc | 5158 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5166 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 5174 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2295 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 2296 inputs_[0] = unclamped; in LClampDToUint8() 2299 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2307 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2308 inputs_[0] = unclamped; in LClampIToUint8() 2311 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2319 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2320 inputs_[0] = unclamped; in LClampTToUint8() 2324 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-arm.cc | 4987 DwVfpRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 4994 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 5002 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 2088 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() argument 2090 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2097 explicit LClampIToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampIToUint8() argument 2099 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2106 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2107 inputs_[0] = unclamped; in LClampTToUint8() 2111 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-s390.cc | 5149 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoShiftI() 5155 Register unclamped_reg = ToRegister(instr->unclamped()); in DoShiftI() 5162 Register input_reg = ToRegister(instr->unclamped()); in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2285 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 2286 inputs_[0] = unclamped; in LClampDToUint8() 2289 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2297 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2298 inputs_[0] = unclamped; in LClampIToUint8() 2301 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2309 LClampTToUint8(LOperand* unclamped, in LClampTToUint8() argument 2311 inputs_[0] = unclamped; in LClampTToUint8() 2315 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-x64.cc | 5035 XMMRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5043 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 5050 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampTToUint8() 5051 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2253 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() argument 2254 inputs_[0] = unclamped; in LClampDToUint8() 2258 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2267 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2268 inputs_[0] = unclamped; in LClampIToUint8() 2271 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2279 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2280 inputs_[0] = unclamped; in LClampTToUint8() 2284 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-mips.cc | 4955 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 4963 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 4971 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2234 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() argument 2236 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2244 explicit LClampIToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampIToUint8() argument 2246 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2254 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2255 inputs_[0] = unclamped; in LClampTToUint8() 2259 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-ppc.cc | 5249 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoShiftI() 5256 Register unclamped_reg = ToRegister(instr->unclamped()); in DoShiftI() 5264 Register input_reg = ToRegister(instr->unclamped()); in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 948 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 949 inputs_[0] = unclamped; in LClampDToUint8() 952 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 960 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 961 inputs_[0] = unclamped; in LClampIToUint8() 964 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 972 LClampTToUint8(LOperand* unclamped, LOperand* temp1) { in LClampTToUint8() argument 973 inputs_[0] = unclamped; in LClampTToUint8() 977 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-arm64.cc | 2160 DoubleRegister input = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 2167 Register input = ToRegister32(instr->unclamped()); in DoClampIToUint8() 2174 Register input = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2291 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2303 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2312 LClampTToUint8NoSSE2(LOperand* unclamped, in LClampTToUint8NoSSE2() argument 2316 inputs_[0] = unclamped; in LClampTToUint8NoSSE2() 2322 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-x87.cc | 5153 X87Register value_reg = ToX87Register(instr->unclamped()); in DoClampDToUint8() 5161 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 5168 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 | 2305 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2317 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2330 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-ia32.cc | 4758 XMMRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 4766 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 4773 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampTToUint8() 4774 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|