Searched refs:OutputOperand (Results 1 – 2 of 2) sorted by relevance
45 Operand OutputOperand() { return ToOperand(instr_->Output()); } in OutputOperand() function in v8::internal::compiler::IA32OperandConverter1053 __ not_(i.OutputOperand()); in AssembleArchInstruction()1056 __ neg(i.OutputOperand()); in AssembleArchInstruction()1069 __ shl(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()1071 __ shl_cl(i.OutputOperand()); in AssembleArchInstruction()1076 __ shr(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()1078 __ shr_cl(i.OutputOperand()); in AssembleArchInstruction()1083 __ sar(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()1085 __ sar_cl(i.OutputOperand()); in AssembleArchInstruction()1176 __ ror(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()[all …]
40 Operand OutputOperand() { return ToOperand(instr_->Output()); } in OutputOperand() function in v8::internal::compiler::X64OperandConverter362 __ asm_instr(i.OutputOperand()); \442 __ asm_instr(i.OutputOperand(), Immediate(i.InputInt##width(1))); \448 __ asm_instr##_cl(i.OutputOperand()); \