/external/v8/src/x64/ |
D | lithium-x64.h | 2436 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 2437 inputs_[0] = unclamped; in LClampDToUint8() 2440 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2448 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2449 inputs_[0] = unclamped; in LClampIToUint8() 2452 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2460 LClampTToUint8(LOperand* unclamped, in LClampTToUint8() argument 2462 inputs_[0] = unclamped; in LClampTToUint8() 2466 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-x64.cc | 5226 XMMRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5234 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 5241 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampTToUint8() 5242 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 2405 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() argument 2406 inputs_[0] = unclamped; in LClampDToUint8() 2410 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2419 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2420 inputs_[0] = unclamped; in LClampIToUint8() 2423 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2431 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2432 inputs_[0] = unclamped; in LClampTToUint8() 2436 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-mips64.cc | 5251 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5259 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 5267 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 2421 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() argument 2422 inputs_[0] = unclamped; in LClampDToUint8() 2426 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2435 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2436 inputs_[0] = unclamped; in LClampIToUint8() 2439 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2447 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2448 inputs_[0] = unclamped; in LClampTToUint8() 2452 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-mips.cc | 5220 DoubleRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5228 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 5236 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 2463 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 2464 inputs_[0] = unclamped; in LClampDToUint8() 2467 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2475 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 2476 inputs_[0] = unclamped; in LClampIToUint8() 2479 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2487 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() argument 2488 inputs_[0] = unclamped; in LClampTToUint8() 2492 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-arm.cc | 5253 DwVfpRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5260 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() 5268 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 1021 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() argument 1022 inputs_[0] = unclamped; in LClampDToUint8() 1025 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 1033 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() argument 1034 inputs_[0] = unclamped; in LClampIToUint8() 1037 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 1045 LClampTToUint8(LOperand* unclamped, LOperand* temp1) { in LClampTToUint8() argument 1046 inputs_[0] = unclamped; in LClampTToUint8() 1050 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-arm64.cc | 2292 DoubleRegister input = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 2299 Register input = ToRegister32(instr->unclamped()); in DoClampIToUint8() 2306 Register input = ToRegister(instr->unclamped()); in DoClampTToUint8()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 2466 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2478 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2487 LClampTToUint8NoSSE2(LOperand* unclamped, in LClampTToUint8NoSSE2() argument 2491 inputs_[0] = unclamped; in LClampTToUint8NoSSE2() 2497 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-x87.cc | 5547 X87Register value_reg = ToX87Register(instr->unclamped()); in DoClampDToUint8() 5555 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 5562 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/ia32/ |
D | lithium-ia32.h | 2460 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2472 LOperand* unclamped() { return inputs_[0]; } in unclamped() function 2485 LOperand* unclamped() { return inputs_[0]; } in unclamped() function
|
D | lithium-codegen-ia32.cc | 5036 XMMRegister value_reg = ToDoubleRegister(instr->unclamped()); in DoClampDToUint8() 5044 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampIToUint8() 5051 DCHECK(instr->unclamped()->Equals(instr->result())); in DoClampTToUint8() 5052 Register input_reg = ToRegister(instr->unclamped()); in DoClampTToUint8()
|