Home
last modified time | relevance | path

Searched refs:zext32 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc3231 reg_t lhs = zext32(rs1()); in DecodeRVRType()
3232 reg_t rhs = zext32(rs2()); in DecodeRVRType()
3236 set_rd(zext32(lhs / rhs)); in DecodeRVRType()
3253 reg_t lhs = zext32(rs1()); in DecodeRVRType()
3254 reg_t rhs = zext32(rs2()); in DecodeRVRType()
3256 set_rd(zext32(lhs)); in DecodeRVRType()
3258 set_rd(zext32(lhs % rhs)); in DecodeRVRType()
H A Dsimulator-riscv64.h99 #define zext32(x) ((reg_t)(uint32_t)(x)) macro

Completed in 11 milliseconds