Home
last modified time | relevance | path

Searched refs:unclamped (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/crankshaft/mips/
Dlithium-mips.h2350 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
Dlithium-codegen-mips.cc5042 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/
Dlithium-x64.h2355 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
Dlithium-codegen-x64.cc5105 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/
Dlithium-arm.h2393 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
Dlithium-codegen-arm.cc5041 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/
Dlithium-mips64.h2396 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
Dlithium-codegen-mips64.cc5245 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/
Dlithium-ppc.h2297 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
Dlithium-codegen-ppc.cc5316 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/
Dlithium-arm64.h986 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
Dlithium-codegen-arm64.cc2179 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/
Dlithium-x87.h2382 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
Dlithium-codegen-x87.cc5382 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/
DMESA_texture_signed_rgba.spec135 appear as expected with unclamped signed components as a result
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst93 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/
Dlithium-ia32.h2378 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
Dlithium-codegen-ia32.cc4907 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()