Home
last modified time | relevance | path

Searched refs:getFpuRegister (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips32/
H A DSimulator-mips32.cpp625 return sim_->getFpuRegister(regnum); in getFPURegisterValueInt()
1477 Simulator::getFpuRegister(int fpureg) const in getFpuRegister() function in js::jit::Simulator
2216 alu_out = getFpuRegister(fs_reg); in configureTypeRegister()
2770 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
2774 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
2786 i64 = static_cast<uint32_t>(getFpuRegister(fs_reg)); in decodeTypeRegister()
2787 i64 |= static_cast<int64_t>(getFpuRegister(fs_reg + 1)) << 32; in decodeTypeRegister()
3235 writeW(addr, getFpuRegister(ft_reg), instr); in decodeTypeImmediate()
H A DSimulator-mips32.h175 int32_t getFpuRegister(int fpureg) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips32/
H A DSimulator-mips32.cpp627 return sim_->getFpuRegister(regnum); in getFPURegisterValueInt()
1471 Simulator::getFpuRegister(int fpureg) const in getFpuRegister() function in js::jit::Simulator
2227 alu_out = getFpuRegister(fs_reg); in configureTypeRegister()
2781 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
2785 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
2797 i64 = static_cast<uint32_t>(getFpuRegister(fs_reg)); in decodeTypeRegister()
2798 i64 |= static_cast<int64_t>(getFpuRegister(fs_reg + 1)) << 32; in decodeTypeRegister()
3246 writeW(addr, getFpuRegister(ft_reg), instr); in decodeTypeImmediate()
H A DSimulator-mips32.h175 int32_t getFpuRegister(int fpureg) const;
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips32/
H A DSimulator-mips32.h238 int32_t getFpuRegister(int fpureg) const;
H A DSimulator-mips32.cpp582 return sim_->getFpuRegister(regnum); in getFPURegisterValueInt()
1371 int32_t Simulator::getFpuRegister(int fpureg) const { in getFpuRegister() function in js::jit::Simulator
2275 alu_out = getFpuRegister(fs_reg); in configureTypeRegister()
2864 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
2868 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
3363 writeW(addr, getFpuRegister(ft_reg), instr); in decodeTypeImmediate()
/dports/www/firefox/firefox-99.0/js/src/jit/mips32/
H A DSimulator-mips32.h238 int32_t getFpuRegister(int fpureg) const;
H A DSimulator-mips32.cpp582 return sim_->getFpuRegister(regnum); in getFPURegisterValueInt()
1371 int32_t Simulator::getFpuRegister(int fpureg) const { in getFpuRegister() function in js::jit::Simulator
2275 alu_out = getFpuRegister(fs_reg); in configureTypeRegister()
2864 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
2868 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
3363 writeW(addr, getFpuRegister(ft_reg), instr); in decodeTypeImmediate()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips64/
H A DSimulator-mips64.h179 int64_t getFpuRegister(int fpureg) const;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips32/
H A DSimulator-mips32.h235 int32_t getFpuRegister(int fpureg) const;
H A DSimulator-mips32.cpp578 return sim_->getFpuRegister(regnum); in getFPURegisterValueInt()
1353 int32_t Simulator::getFpuRegister(int fpureg) const { in getFpuRegister() function in js::jit::Simulator
2287 alu_out = getFpuRegister(fs_reg); in configureTypeRegister()
2876 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
2880 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
3375 writeW(addr, getFpuRegister(ft_reg), instr); in decodeTypeImmediate()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips32/
H A DSimulator-mips32.h238 int32_t getFpuRegister(int fpureg) const;
H A DSimulator-mips32.cpp582 return sim_->getFpuRegister(regnum); in getFPURegisterValueInt()
1371 int32_t Simulator::getFpuRegister(int fpureg) const { in getFpuRegister() function in js::jit::Simulator
2275 alu_out = getFpuRegister(fs_reg); in configureTypeRegister()
2864 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
2868 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
3363 writeW(addr, getFpuRegister(ft_reg), instr); in decodeTypeImmediate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips32/
H A DSimulator-mips32.h240 int32_t getFpuRegister(int fpureg) const;
H A DSimulator-mips32.cpp582 return sim_->getFpuRegister(regnum); in getFPURegisterValueInt()
1371 int32_t Simulator::getFpuRegister(int fpureg) const { in getFpuRegister() function in js::jit::Simulator
2265 alu_out = getFpuRegister(fs_reg); in configureTypeRegister()
2854 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
2858 alu_out = getFpuRegister(fs_reg); in decodeTypeRegister()
3353 writeW(addr, getFpuRegister(ft_reg), instr); in decodeTypeImmediate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips64/
H A DSimulator-mips64.h179 int64_t getFpuRegister(int fpureg) const;
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips64/
H A DSimulator-mips64.h239 int64_t getFpuRegister(int fpureg) const;
/dports/www/firefox/firefox-99.0/js/src/jit/mips64/
H A DSimulator-mips64.h239 int64_t getFpuRegister(int fpureg) const;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips64/
H A DSimulator-mips64.h239 int64_t getFpuRegister(int fpureg) const;
H A DSimulator-mips64.cpp613 return sim_->getFpuRegister(regnum); in getFPURegisterValueLong()
1369 int64_t Simulator::getFpuRegister(int fpureg) const { in getFpuRegister() function in js::jit::Simulator
2381 alu_out = getFpuRegister(fs_reg); in configureTypeRegister()
3188 i64 = getFpuRegister(fs_reg); in decodeTypeRegister()
3192 i64 = getFpuRegister(fs_reg); in decodeTypeRegister()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips64/
H A DSimulator-mips64.h239 int64_t getFpuRegister(int fpureg) const;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips64/
H A DSimulator-mips64.h241 int64_t getFpuRegister(int fpureg) const;
H A DSimulator-mips64.cpp623 return sim_->getFpuRegister(regnum); in getFPURegisterValueLong()
1398 int64_t Simulator::getFpuRegister(int fpureg) const { in getFpuRegister() function in js::jit::Simulator
2377 alu_out = getFpuRegister(fs_reg); in configureTypeRegister()
3230 i64 = getFpuRegister(fs_reg); in decodeTypeRegister()
3234 i64 = getFpuRegister(fs_reg); in decodeTypeRegister()
/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DSimulator-loong64.h288 int64_t getFpuRegister(int fpureg) const;
H A DSimulator-loong64.cpp786 return sim_->getFpuRegister(regnum); in getFPURegisterValueLong()
1671 int64_t Simulator::getFpuRegister(int fpureg) const { in getFpuRegister() function in js::jit::Simulator
3418 int32_t alu_out_32 = static_cast<int32_t>(getFpuRegister(fd_reg(instr))); in decodeTypeOp10()
4155 int32_t alu_out_32 = static_cast<int32_t>(getFpuRegister(fd_reg(instr))); in decodeTypeOp17()
4567 setRegister(rd_reg(instr), getFpuRegister(fj_reg(instr))); in decodeTypeOp22()
4822 alu_out = getFpuRegister(fj_reg(instr)); in decodeTypeOp22()
4832 alu_out = getFpuRegister(fj_reg(instr)); in decodeTypeOp22()

12