Home
last modified time | relevance | path

Searched defs:FloatRegister (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/none/
H A DArchitecture-none.h96 struct FloatRegister { struct
97 typedef FloatRegisters Codes; argument
106 static FloatRegister FromCode(uint32_t) { MOZ_CRASH(); } in FromCode() argument
111 FloatRegister asSingle() const { MOZ_CRASH(); } in asSingle() argument
112 FloatRegister asDouble() const { MOZ_CRASH(); } in asDouble() argument
113 FloatRegister asSimd128() const { MOZ_CRASH(); } in asSimd128() argument
118 bool operator!=(FloatRegister) const { MOZ_CRASH(); } argument
122 FloatRegister aliased(uint32_t) { MOZ_CRASH(); } in aliased() argument
123 bool equiv(FloatRegister) const { MOZ_CRASH(); } in equiv() argument
126 FloatRegister alignedAliased(uint32_t) { MOZ_CRASH(); } in alignedAliased() argument
[all …]
H A DMacroAssembler-none.h188 explicit Operand(const FloatRegister) { MOZ_CRASH(); } in Operand()
390 void loadFloat32(T, FloatRegister) { in loadFloat32() argument
394 void loadDouble(T, FloatRegister) { in loadDouble() argument
486 void boxDouble(FloatRegister, ValueOperand, FloatRegister) { MOZ_CRASH(); } in boxDouble() argument
517 void unboxDouble(T, FloatRegister) { in unboxDouble() argument
557 void convertDoubleToFloat32(FloatRegister, FloatRegister) { MOZ_CRASH(); } in convertDoubleToFloat32() argument
558 void convertInt32ToFloat32(Register, FloatRegister) { MOZ_CRASH(); } in convertInt32ToFloat32() argument
561 void convertInt32ToDouble(T, FloatRegister) { in convertInt32ToDouble() argument
564 void convertFloat32ToDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); } in convertFloat32ToDouble() argument
571 void loadConstantDouble(double, FloatRegister) { MOZ_CRASH(); } in loadConstantDouble() argument
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/none/
H A DArchitecture-none.h96 struct FloatRegister { struct
97 typedef FloatRegisters Codes; argument
106 static FloatRegister FromCode(uint32_t) { MOZ_CRASH(); } in FromCode() argument
111 FloatRegister asSingle() const { MOZ_CRASH(); } in asSingle() argument
112 FloatRegister asDouble() const { MOZ_CRASH(); } in asDouble() argument
113 FloatRegister asSimd128() const { MOZ_CRASH(); } in asSimd128() argument
118 bool operator!=(FloatRegister) const { MOZ_CRASH(); } argument
122 FloatRegister aliased(uint32_t) { MOZ_CRASH(); } in aliased() argument
123 bool equiv(FloatRegister) const { MOZ_CRASH(); } in equiv() argument
126 FloatRegister alignedAliased(uint32_t) { MOZ_CRASH(); } in alignedAliased() argument
[all …]
H A DMacroAssembler-none.h225 void loadFloat32(T, FloatRegister) { in loadFloat32() argument
229 void loadDouble(T, FloatRegister) { in loadDouble() argument
321 void boxDouble(FloatRegister, ValueOperand, FloatRegister) { MOZ_CRASH(); } in boxDouble() argument
352 void unboxDouble(T, FloatRegister) { in unboxDouble() argument
392 void convertDoubleToFloat32(FloatRegister, FloatRegister) { MOZ_CRASH(); } in convertDoubleToFloat32() argument
393 void convertInt32ToFloat32(Register, FloatRegister) { MOZ_CRASH(); } in convertInt32ToFloat32() argument
396 void convertInt32ToDouble(T, FloatRegister) { in convertInt32ToDouble() argument
399 void convertFloat32ToDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); } in convertFloat32ToDouble() argument
401 void boolValueToDouble(ValueOperand, FloatRegister) { MOZ_CRASH(); } in boolValueToDouble() argument
406 void loadConstantDouble(double, FloatRegister) { MOZ_CRASH(); } in loadConstantDouble() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/none/
H A DArchitecture-none.h96 struct FloatRegister { struct
97 typedef FloatRegisters Codes; argument
106 static FloatRegister FromCode(uint32_t) { MOZ_CRASH(); } in FromCode() argument
111 FloatRegister asSingle() const { MOZ_CRASH(); } in asSingle() argument
112 FloatRegister asDouble() const { MOZ_CRASH(); } in asDouble() argument
113 FloatRegister asSimd128() const { MOZ_CRASH(); } in asSimd128() argument
118 bool operator!=(FloatRegister) const { MOZ_CRASH(); } argument
122 FloatRegister aliased(uint32_t) { MOZ_CRASH(); } in aliased() argument
123 bool equiv(FloatRegister) const { MOZ_CRASH(); } in equiv() argument
126 FloatRegister alignedAliased(uint32_t) { MOZ_CRASH(); } in alignedAliased() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/none/
H A DArchitecture-none.h92 struct FloatRegister { struct
93 typedef FloatRegisters Codes; argument
102 static FloatRegister FromCode(uint32_t) { MOZ_CRASH(); } in FromCode() argument
107 FloatRegister asSingle() const { MOZ_CRASH(); } in asSingle() argument
108 FloatRegister asDouble() const { MOZ_CRASH(); } in asDouble() argument
109 FloatRegister asSimd128() const { MOZ_CRASH(); } in asSimd128() argument
114 bool operator!=(FloatRegister) const { MOZ_CRASH(); } argument
118 FloatRegister aliased(uint32_t) { MOZ_CRASH(); } in aliased() argument
119 bool equiv(FloatRegister) const { MOZ_CRASH(); } in equiv() argument
122 FloatRegister alignedAliased(uint32_t) { MOZ_CRASH(); } in alignedAliased() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h263 struct FloatRegister { struct
264 using Codes = FloatRegisters; argument
265 using Code = size_t;
318 constexpr FloatRegister() in FloatRegister() argument
320 constexpr FloatRegister(uint32_t r, Codes::ContentType k) in FloatRegister() argument
322 constexpr FloatRegister(Codes::Encoding r, Codes::ContentType k) in FloatRegister() function
344 FloatRegister asSingle() const { in asSingle() argument
357 uint32_t size() const { in size()
386 bool operator!=(FloatRegister other) const { argument
399 FloatRegister aliased(uint32_t aliasIdx) const { in aliased() argument
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h268 struct FloatRegister { struct
269 using Codes = FloatRegisters; argument
270 using Code = size_t;
323 constexpr FloatRegister() in FloatRegister() argument
325 constexpr FloatRegister(uint32_t r, Codes::ContentType k) in FloatRegister() function
327 constexpr FloatRegister(Codes::Encoding r, Codes::ContentType k) in FloatRegister() argument
349 FloatRegister asSingle() const { in asSingle() argument
362 uint32_t size() const { in size()
391 bool operator!=(FloatRegister other) const { argument
404 FloatRegister aliased(uint32_t aliasIdx) const { in aliased() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h263 struct FloatRegister { struct
264 using Codes = FloatRegisters; argument
265 using Code = size_t;
318 constexpr FloatRegister() in FloatRegister() argument
320 constexpr FloatRegister(uint32_t r, Codes::ContentType k) in FloatRegister() function
322 constexpr FloatRegister(Codes::Encoding r, Codes::ContentType k) in FloatRegister() argument
344 FloatRegister asSingle() const { in asSingle() argument
357 uint32_t size() const { in size()
386 bool operator!=(FloatRegister other) const { argument
399 FloatRegister aliased(uint32_t aliasIdx) const { in aliased() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h278 struct FloatRegister { struct
279 using Codes = FloatRegisters; argument
280 using Code = size_t;
333 constexpr FloatRegister() in FloatRegister() argument
335 constexpr FloatRegister(uint32_t r, Codes::ContentType k) in FloatRegister() argument
337 constexpr FloatRegister(Codes::Encoding r, Codes::ContentType k) in FloatRegister() argument
359 FloatRegister asSingle() const { in asSingle() argument
372 uint32_t size() const { in size()
401 bool operator!=(FloatRegister other) const { argument
414 FloatRegister aliased(uint32_t aliasIdx) const { in aliased() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/none/
H A DArchitecture-none.h97 struct FloatRegister { struct
98 typedef FloatRegisters Codes; argument
107 static FloatRegister FromCode(uint32_t) { MOZ_CRASH(); } in FromCode() argument
111 FloatRegister asSingle() const { MOZ_CRASH(); } in asSingle() argument
112 FloatRegister asDouble() const { MOZ_CRASH(); } in asDouble() argument
113 FloatRegister asSimd128() const { MOZ_CRASH(); } in asSimd128() argument
118 bool operator!=(FloatRegister) const { MOZ_CRASH(); } argument
122 void aliased(uint32_t, FloatRegister*) { MOZ_CRASH(); } in aliased() argument
123 bool equiv(FloatRegister) const { MOZ_CRASH(); } in equiv() argument
126 void alignedAliased(uint32_t, FloatRegister*) { MOZ_CRASH(); } in alignedAliased() argument
[all …]
H A DMacroAssembler-none.h179 Operand(const FloatRegister) { MOZ_CRASH(); } in Operand()
409 void loadFloat32(T, FloatRegister) { in loadFloat32() argument
413 void loadDouble(T, FloatRegister) { in loadDouble() argument
417 void loadAlignedSimd128Int(T, FloatRegister) { in loadAlignedSimd128Int() argument
421 void loadUnalignedSimd128Int(T, FloatRegister) { in loadUnalignedSimd128Int() argument
425 void loadAlignedSimd128Float(T, FloatRegister) { in loadAlignedSimd128Float() argument
537 void boxDouble(FloatRegister, ValueOperand, FloatRegister) { MOZ_CRASH(); } in boxDouble() argument
560 void unboxDouble(T, FloatRegister) { in unboxDouble() argument
597 void convertDoubleToFloat32(FloatRegister, FloatRegister) { MOZ_CRASH(); } in convertDoubleToFloat32() argument
601 void convertInt32ToDouble(T, FloatRegister) { in convertInt32ToDouble() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/none/
H A DArchitecture-none.h102 struct FloatRegister struct
104 typedef FloatRegisters Codes; argument
113 static FloatRegister FromCode(uint32_t) { MOZ_CRASH(); } in FromCode() argument
117 FloatRegister asSingle() const { MOZ_CRASH(); } in asSingle() argument
118 FloatRegister asDouble() const { MOZ_CRASH(); } in asDouble() argument
119 FloatRegister asSimd128() const { MOZ_CRASH(); } in asSimd128() argument
124 bool operator != (FloatRegister) const { MOZ_CRASH(); } argument
128 void aliased(uint32_t, FloatRegister*) { MOZ_CRASH(); } in aliased() argument
129 bool equiv(FloatRegister) const { MOZ_CRASH(); } in equiv() argument
132 void alignedAliased(uint32_t, FloatRegister*) { MOZ_CRASH(); } in alignedAliased() argument
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/none/
H A DArchitecture-none.h93 struct FloatRegister struct
95 typedef FloatRegisters Codes; argument
104 static FloatRegister FromCode(uint32_t) { MOZ_CRASH(); } in FromCode() argument
108 FloatRegister asSingle() const { MOZ_CRASH(); } in asSingle() argument
109 FloatRegister asDouble() const { MOZ_CRASH(); } in asDouble() argument
110 FloatRegister asSimd128() const { MOZ_CRASH(); } in asSimd128() argument
115 bool operator != (FloatRegister) const { MOZ_CRASH(); } argument
119 void aliased(uint32_t, FloatRegister*) { MOZ_CRASH(); } in aliased() argument
120 bool equiv(FloatRegister) const { MOZ_CRASH(); } in equiv() argument
123 void alignedAliased(uint32_t, FloatRegister*) { MOZ_CRASH(); } in alignedAliased() argument
[all …]
H A DMacroAssembler-none.h145 Operand (const FloatRegister) { MOZ_CRASH();} in Operand()
245 void negateDouble(FloatRegister) { MOZ_CRASH(); } in negateDouble() argument
246 void addDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); } in addDouble() argument
247 void subDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); } in subDouble() argument
248 void mulDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); } in mulDouble() argument
249 void divDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); } in divDouble() argument
380 void boxDouble(FloatRegister, ValueOperand) { MOZ_CRASH(); } in boxDouble() argument
401 void convertDoubleToFloat32(FloatRegister, FloatRegister) { MOZ_CRASH(); } in convertDoubleToFloat32() argument
405 void convertFloat32ToDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); } in convertFloat32ToDouble() argument
418 void addConstantDouble(double, FloatRegister) { MOZ_CRASH(); } in addConstantDouble() argument
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h288 struct FloatRegister { struct
289 typedef FloatRegisters Codes; argument
290 typedef size_t Code;
292 typedef Codes::SetType SetType;
342 MOZ_CONSTEXPR FloatRegister() in FloatRegister() argument
345 MOZ_CONSTEXPR FloatRegister(uint32_t r, Codes::ContentType k) in FloatRegister() function
348 MOZ_CONSTEXPR FloatRegister(Codes::Encoding r, Codes::ContentType k) in FloatRegister() argument
362FloatRegister asSingle() const { MOZ_ASSERT(!isInvalid()); return FloatRegister(reg_, Codes::Singl… in asSingle() argument
366 uint32_t size() const { in size()
393 bool operator !=(FloatRegister other) const { argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h277 struct FloatRegister { struct
278 typedef FloatRegisters Codes; argument
279 typedef size_t Code;
281 typedef Codes::SetType SetType;
332 constexpr FloatRegister() in FloatRegister() argument
334 constexpr FloatRegister(uint32_t r, Codes::ContentType k) in FloatRegister() argument
336 constexpr FloatRegister(Codes::Encoding r, Codes::ContentType k) in FloatRegister() function
358 FloatRegister asSingle() const { in asSingle() argument
396 bool operator!=(FloatRegister other) const { argument
409 // N.B. FloatRegister is an explicit outparam here because msvc-2010 argument
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DArchitecture-loong64.h350 struct FloatRegister { struct
351 typedef FloatRegisters Codes; argument
358 x |= x >> FloatRegisters::TotalPhys; in SetSize() argument
382 constexpr FloatRegister(Encoding encoding, Kind kind) in FloatRegister() argument
387 constexpr FloatRegister() in FloatRegister() argument
409 FloatRegister asSingle() const { in asSingle() argument
413 FloatRegister asDouble() const { in asDouble() argument
443 constexpr bool operator!=(FloatRegister other) const { argument
454 bool equiv(FloatRegister other) const { in equiv() argument
462 FloatRegister aliased(uint32_t aliasIdx) { in aliased() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/
H A DArchitecture-arm64.h568 struct FloatRegister { struct
569 typedef FloatRegisters Codes; argument
576 x |= x >> FloatRegisters::TotalPhys; in SetSize() argument
605 constexpr FloatRegister(Encoding encoding, Kind kind) in FloatRegister() argument
610 constexpr FloatRegister() in FloatRegister() argument
632 FloatRegister asSingle() const { in asSingle() argument
636 FloatRegister asDouble() const { in asDouble() argument
640 FloatRegister asSimd128() const { in asSimd128() argument
672 constexpr bool operator!=(FloatRegister other) const { argument
695 FloatRegister aliased(uint32_t aliasIdx) { in aliased() argument
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/
H A DArchitecture-arm64.h574 struct FloatRegister { struct
575 typedef FloatRegisters Codes; argument
582 x |= x >> FloatRegisters::TotalPhys; in SetSize() argument
611 constexpr FloatRegister(Encoding encoding, Kind kind) in FloatRegister() function
616 constexpr FloatRegister() in FloatRegister() argument
638 FloatRegister asSingle() const { in asSingle() argument
642 FloatRegister asDouble() const { in asDouble() argument
646 FloatRegister asSimd128() const { in asSimd128() argument
678 constexpr bool operator!=(FloatRegister other) const { argument
701 FloatRegister aliased(uint32_t aliasIdx) { in aliased() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DArchitecture-arm64.h409 struct FloatRegister { struct
420 constexpr FloatRegister(uint32_t code, FloatRegisters::Kind k) in FloatRegister() function
423 explicit constexpr FloatRegister(uint32_t code) in FloatRegister() argument
427 constexpr FloatRegister() in FloatRegister() argument
437 static FloatRegister FromCode(uint32_t i) { in FromCode() argument
452 bool operator!=(FloatRegister other) const { argument
464 void aliased(uint32_t aliasIdx, FloatRegister* ret) { in aliased() argument
480 void alignedAliased(uint32_t aliasIdx, FloatRegister* ret) { in alignedAliased() argument
492 FloatRegister asSingle() const { in asSingle() argument
522 static TypedRegisterSet<FloatRegister> ReduceSetForPush( argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/
H A DArchitecture-arm64.h568 struct FloatRegister { struct
569 typedef FloatRegisters Codes; argument
576 x |= x >> FloatRegisters::TotalPhys; in SetSize() argument
605 constexpr FloatRegister(Encoding encoding, Kind kind) in FloatRegister() argument
610 constexpr FloatRegister() in FloatRegister() function
632 FloatRegister asSingle() const { in asSingle() argument
636 FloatRegister asDouble() const { in asDouble() argument
640 FloatRegister asSimd128() const { in asSimd128() argument
672 constexpr bool operator!=(FloatRegister other) const { argument
695 FloatRegister aliased(uint32_t aliasIdx) { in aliased() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/
H A DArchitecture-arm64.h442 struct FloatRegister { struct
443 typedef FloatRegisters Codes; argument
450 x |= x >> FloatRegisters::TotalPhys; in SetSize() argument
474 constexpr FloatRegister(Encoding encoding, Kind kind) in FloatRegister() argument
479 constexpr FloatRegister() in FloatRegister() function
501 FloatRegister asSingle() const { in asSingle() argument
505 FloatRegister asDouble() const { in asDouble() argument
535 constexpr bool operator!=(FloatRegister other) const { argument
550 bool equiv(FloatRegister other) const { in equiv() argument
558 FloatRegister aliased(uint32_t aliasIdx) { in aliased() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DArchitecture-arm64.h316 struct FloatRegister struct
318 typedef FloatRegisters Codes; argument
328 constexpr FloatRegister(uint32_t code, FloatRegisters::Kind k) in FloatRegister() argument
333 explicit constexpr FloatRegister(uint32_t code) in FloatRegister() argument
338 constexpr FloatRegister() in FloatRegister() argument
350 static FloatRegister FromCode(uint32_t i) { in FromCode() argument
369 bool operator!=(FloatRegister other) const { argument
386 void aliased(uint32_t aliasIdx, FloatRegister* ret) { in aliased() argument
406 void alignedAliased(uint32_t aliasIdx, FloatRegister* ret) { in alignedAliased() argument
433 … static TypedRegisterSet<FloatRegister> ReduceSetForPush(const TypedRegisterSet<FloatRegister>& s); argument
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/
H A DArchitecture-arm64.h310 struct FloatRegister struct
312 typedef FloatRegisters Codes; argument
322 constexpr FloatRegister(uint32_t code, FloatRegisters::Kind k) in FloatRegister() argument
327 explicit constexpr FloatRegister(uint32_t code) in FloatRegister() argument
332 constexpr FloatRegister() in FloatRegister() function
344 static FloatRegister FromCode(uint32_t i) { in FromCode() argument
363 bool operator!=(FloatRegister other) const { argument
380 void aliased(uint32_t aliasIdx, FloatRegister* ret) { in aliased() argument
400 void alignedAliased(uint32_t aliasIdx, FloatRegister* ret) { in alignedAliased() argument
427 … static TypedRegisterSet<FloatRegister> ReduceSetForPush(const TypedRegisterSet<FloatRegister>& s); argument
[all …]

123456789