Home
last modified time | relevance | path

Searched defs:temp_xmm (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ia32/
Dlithium-ia32.h2480 LClampTToUint8(LOperand* value, LOperand* temp_xmm) { in LClampTToUint8()
2486 LOperand* temp_xmm() { return temps_[0]; } in temp_xmm() function
/external/v8/src/x64/
Dlithium-x64.h2461 LOperand* temp_xmm) { in LClampTToUint8()
2467 LOperand* temp_xmm() { return temps_[0]; } in temp_xmm() function
Dlithium-codegen-x64.cc4732 XMMRegister temp_xmm = ToDoubleRegister(temp2); in DoDeferredNumberTagIU() local