Home
last modified time | relevance | path

Searched refs:OutputOperand (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc45 Operand OutputOperand() { return ToOperand(instr_->Output()); } in OutputOperand() function in v8::internal::compiler::IA32OperandConverter
1053 __ 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 …]
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc40 Operand OutputOperand() { return ToOperand(instr_->Output()); } in OutputOperand() function in v8::internal::compiler::X64OperandConverter
362 __ asm_instr(i.OutputOperand()); \
442 __ asm_instr(i.OutputOperand(), Immediate(i.InputInt##width(1))); \
448 __ asm_instr##_cl(i.OutputOperand()); \