Lines Matching defs:operand

60   Immediate ToImmediate(InstructionOperand* operand) {
61 Constant constant = ToConstant(operand);
83 return Immediate::CodeRelativeOffset(ToLabel(operand));
249 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand operand,
254 operand_(operand),
391 /* Load first operand from original stack */ \
393 /* Put first operand into stack for function call */ \
395 /* Load second operand from original stack */ \
397 /* Put second operand into stack for function call */ \
415 /* Load operand from original stack */ \
417 /* Put operand into stack for function call */ \
775 Operand operand = i.MemoryOperand(&index);
779 auto ool = new (zone()) OutOfLineRecordWrite(this, object, operand, value,
781 __ mov(operand, value);
1756 Operand operand = i.MemoryOperand(&index);
1758 __ mov_b(operand, i.InputInt8(index));
1760 __ mov_b(operand, i.InputRegister(index));
1772 Operand operand = i.MemoryOperand(&index);
1774 __ mov_w(operand, i.InputInt16(index));
1776 __ mov_w(operand, i.InputRegister(index));
1785 Operand operand = i.MemoryOperand(&index);
1787 __ mov(operand, i.InputImmediate(index));
1789 __ mov(operand, i.InputRegister(index));
1805 Operand operand = i.MemoryOperand(&index);
1806 __ fst_d(operand);
1822 Operand operand = i.MemoryOperand(&index);
1823 __ fst_s(operand);
1931 Operand operand = i.MemoryOperand(&index);
1932 __ xchg_b(i.InputRegister(index), operand);
1937 Operand operand = i.MemoryOperand(&index);
1938 __ xchg_w(i.InputRegister(index), operand);
1943 Operand operand = i.MemoryOperand(&index);
1944 __ xchg(i.InputRegister(index), operand);
2547 // Dispatch on the source and destination operand kinds. Not all
2680 // Dispatch on the source and destination operand kinds. Not all