Home
last modified time | relevance | path

Searched refs:IsSameFormat (Results 1 - 6 of 6) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dregisters-aarch64.h278 bool IsSameFormat(const CPURegister& other) const {
1118 match &= !reg2.IsValid() || reg2.IsSameFormat(reg1);
1119 match &= !reg3.IsValid() || reg3.IsSameFormat(reg1);
1120 match &= !reg4.IsValid() || reg4.IsSameFormat(reg1);
H A Dassembler-aarch64.cc3348 VIXL_ASSERT(vd.IsSameFormat(vn));
/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.h404 bool IsSameFormat(const VRegister& other) const { in IsSameFormat() function in v8::internal::VRegister
H A Dassembler-arm64.cc279 return (!reg2.is_valid() || reg2.IsSameFormat(reg1)) && in AreSameFormat()
280 (!reg3.is_valid() || reg3.IsSameFormat(reg1)) && in AreSameFormat()
281 (!reg4.is_valid() || reg4.IsSameFormat(reg1)); in AreSameFormat()
/third_party/vixl/src/aarch32/
H A Dinstructions-aarch32.h130 bool IsSameFormat(CPURegister reg) {
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h172 DCHECK(dst.IsSameFormat(lhs)); in EmitSimdShift()

Completed in 27 milliseconds