Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h1697 int representation_mask() const { return representation_mask_; } in representation_mask() function in v8::internal::compiler::final
1703 return (representation_mask() & kFPRepMask) != 0; in HasFPVirtualRegisters()
1709 return (representation_mask() & kSimd128RepMask) != 0; in HasSimd128VirtualRegisters()
H A Dregister-allocator.cc2124 int mask = data()->code()->representation_mask(); in ProcessInstructions()
2128 int mask = data()->code()->representation_mask(); in ProcessInstructions()
2798 check_fp_aliasing_ = (data->code()->representation_mask() & in RegisterAllocator()

Completed in 15 milliseconds