Searched defs:should_synthesise_left (Results 1 - 2 of 2) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 1292 CselHelper(MacroAssembler* masm, const Register& rd, Operand left, Operand right, Condition cond, bool* should_synthesise_left, bool* should_synthesise_right) Emit() argument 1389 CselSubHelperTwoImmediates(MacroAssembler* masm, const Register& rd, int64_t left, int64_t right, Condition cond, bool* should_synthesise_left, bool* should_synthesise_right) Emit() argument 1449 CselSubHelperRightSmallImmediate( MacroAssembler* masm, UseScratchRegisterScope* temps, const Register& rd, const Operand& left, const Operand& right, Condition cond, bool* should_synthesise_left) Emit() argument [all...] |
H A D | macro-assembler-aarch64.h | 890 GetCselSynthesisInformation(const Register& rd, const Operand& left, const Operand& right, bool* should_synthesise_left, bool* should_synthesise_right) GetCselSynthesisInformation() argument
|
Completed in 20 milliseconds