Home
last modified time | relevance | path

Searched refs:SystemHint (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h753 void MacroAssembler::Hint(SystemHint code) { in Hint()
H A Dconstants-arm64.h381 enum SystemHint { enum
H A Dassembler-arm64.h928 void hint(SystemHint code);
H A Dmacro-assembler-arm64.h1606 inline void Hint(SystemHint code);
H A Dassembler-arm64.cc1198 SystemHint op; in bti()
2234 void Assembler::hint(SystemHint code) { Emit(HINT | ImmHint(code) | Rt(xzr)); } in hint()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h380 enum SystemHint { enum
H A Dassembler-aarch64.cc1934 void Assembler::hint(SystemHint code) { hint(static_cast<int>(code)); } in hint()
3188 hint(static_cast<SystemHint>(id));
H A Dassembler-aarch64.h2193 void hint(SystemHint code);
H A Dmacro-assembler-aarch64.h1745 void Hint(SystemHint code) { in Hint()

Completed in 68 milliseconds