Home
last modified time | relevance | path

Searched defs:rk_hi (Results 1 – 2 of 2) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/execution/loong64/
H A Dsimulator-loong64.cc3306 int32_t rk_hi = (static_cast<int32_t>(rk()) & (~mask)) << sa; in DecodeTypeOp14() local
3322 int64_t rk_hi = (rk() & (~mask)) << sa; in DecodeTypeOp14() local
/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DSimulator-loong64.cpp3713 int64_t rk_hi = (rk(instr) & (~mask)) << sa; in decodeTypeOp14() local
3746 int32_t rk_hi = (static_cast<int32_t>(rk(instr)) & (~mask)) << sa; in decodeTypeOp15() local