Home
last modified time | relevance | path

Searched defs:reglist (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.cc22 RegList reglist; in InitializeRegisters() local
H A Dreglist-base.h218 operator <<(std::ostream& os, RegListBase<RegisterT> reglist) operator <<() argument
/third_party/vixl/src/aarch32/
H A Dinstructions-aarch32.cc156 std::ostream& operator<<(std::ostream& os, SRegisterList reglist) { in operator <<() argument
167 std::ostream& operator<<(std::ostream& os, DRegisterList reglist) { in operator <<() argument
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h516 inline std::ostream& operator<<(std::ostream& os, LiftoffRegList reglist) { in operator <<() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2222 unsigned reglist = fieldFromInstruction(Insn, 0, 16); in DecodeMemMultipleWritebackInstruction() local
6078 unsigned reglist = (fieldFromInstruction(Insn, 1, 7) << 1) | in DecodeVSCCLRM() local
6085 unsigned reglist = fieldFromInstruction(Insn, 0, 8) | in DecodeVSCCLRM() local

Completed in 13 milliseconds