Home
last modified time | relevance | path

Searched refs:NextFpReg (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-linkage.h150 int NextFpReg(MachineRepresentation rep) { in NextFpReg() function
161 int d_reg_code = NextFpReg(MachineRepresentation::kFloat64); in NextFpReg()
/external/v8/src/compiler/
Dwasm-compiler.cc5244 int reg_code = allocator_.NextFpReg(rep); in Next()