/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2350 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() argument 2351 inputs_[0] = unclamped; in LClampDToUint8() 2355 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2364 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2365 inputs_[0] = unclamped; in LClampIToUint8() 2368 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2376 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2377 inputs_[0] = unclamped; in LClampTToUint8() 2381 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-mips.cc | 5042 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5050 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 5058 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2355 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 2356 inputs_[0] = unclamped; in LClampDToUint8() 2359 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2367 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2368 inputs_[0] = unclamped; in LClampIToUint8() 2371 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2379 LClampTToUint8(LOperand* unclamped, in LClampTToUint8() argument 2381 inputs_[0] = unclamped; in LClampTToUint8() 2385 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-x64.cc | 5105 XMMRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5113 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 5120 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampTToUint8() 5121 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2393 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 2394 inputs_[0] = unclamped; in LClampDToUint8() 2397 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2405 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2406 inputs_[0] = unclamped; in LClampIToUint8() 2409 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2417 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2418 inputs_[0] = unclamped; in LClampTToUint8() 2422 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-arm.cc | 5041 DwVfpRegister 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/mips64/ |
D | lithium-mips64.h | 2396 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() argument 2397 inputs_[0] = unclamped; in LClampDToUint8() 2401 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2410 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2411 inputs_[0] = unclamped; in LClampIToUint8() 2414 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2422 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2423 inputs_[0] = unclamped; in LClampTToUint8() 2427 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-mips64.cc | 5245 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5253 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 5261 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2297 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() argument 2299 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2307 explicit LClampIToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampIToUint8() argument 2309 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2317 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2318 inputs_[0] = unclamped; in LClampTToUint8() 2322 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-ppc.cc | 5316 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoShiftI() 5323 Register unclamped_reg = ToRegister(instr->unclamped()); in DoShiftI() 5331 Register input_reg = ToRegister(instr->unclamped()); in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 986 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 987 inputs_[0] = unclamped; in LClampDToUint8() 990 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 998 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 999 inputs_[0] = unclamped; in LClampIToUint8() 1002 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 1010 LClampTToUint8(LOperand* unclamped, LOperand* temp1) { in LClampTToUint8() argument 1011 inputs_[0] = unclamped; in LClampTToUint8() 1015 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-arm64.cc | 2179 DoubleRegister input = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 2186 Register input = ToRegister32(instr->unclamped()); in DoClampIToUint8() 2193 Register input = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2382 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2394 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2403 LClampTToUint8NoSSE2(LOperand* unclamped, in LClampTToUint8NoSSE2() argument 2407 inputs_[0] = unclamped; in LClampTToUint8NoSSE2() 2413 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-x87.cc | 5382 X87Register value_reg = ToX87Register(instr->unclamped()); in DoClampDToUint8() 5390 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 5397 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 | 2378 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2390 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2403 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-ia32.cc | 4907 XMMRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 4915 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 4922 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampTToUint8() 4923 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|