• Home
  • Raw
  • Download

Lines Matching refs:Operand

229 Operand::Operand(Register base, int32_t disp, RelocInfo::Mode rmode) {  in Operand()  function in v8::internal::Operand
249 Operand::Operand(Register base, in Operand() function in v8::internal::Operand
274 Operand::Operand(Register index, in Operand() function in v8::internal::Operand
286 bool Operand::is_reg(Register reg) const { in is_reg()
292 bool Operand::is_reg_only() const { in is_reg_only()
297 Register Operand::reg() const { in reg()
542 void Assembler::push(const Operand& src) { in push()
556 void Assembler::pop(const Operand& dst) { in pop()
577 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
585 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
593 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
601 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
609 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
638 void Assembler::mov(Register dst, const Operand& src) { in mov()
652 void Assembler::mov(const Operand& dst, const Immediate& x) { in mov()
660 void Assembler::mov(const Operand& dst, Handle<Object> handle) { in mov()
668 void Assembler::mov(const Operand& dst, Register src) { in mov()
675 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b()
683 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w()
691 void Assembler::movzx_b(Register dst, const Operand& src) { in movzx_b()
699 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w()
707 void Assembler::cmov(Condition cc, Register dst, const Operand& src) { in cmov()
756 emit_arith(2, Operand(dst), Immediate(imm32)); in adc()
760 void Assembler::adc(Register dst, const Operand& src) { in adc()
767 void Assembler::add(Register dst, const Operand& src) { in add()
774 void Assembler::add(const Operand& dst, Register src) { in add()
781 void Assembler::add(const Operand& dst, const Immediate& x) { in add()
795 emit_arith(4, Operand(dst), x); in and_()
799 void Assembler::and_(Register dst, const Operand& src) { in and_()
806 void Assembler::and_(const Operand& dst, const Immediate& x) { in and_()
812 void Assembler::and_(const Operand& dst, Register src) { in and_()
819 void Assembler::cmpb(const Operand& op, int8_t imm8) { in cmpb()
831 void Assembler::cmpb(const Operand& op, Register reg) { in cmpb()
839 void Assembler::cmpb(Register reg, const Operand& op) { in cmpb()
847 void Assembler::cmpw(const Operand& op, Immediate imm16) { in cmpw()
859 emit_arith(7, Operand(reg), Immediate(imm32)); in cmp()
865 emit_arith(7, Operand(reg), Immediate(handle)); in cmp()
869 void Assembler::cmp(Register reg, const Operand& op) { in cmp()
876 void Assembler::cmp(const Operand& op, const Immediate& imm) { in cmp()
882 void Assembler::cmp(const Operand& op, Handle<Object> handle) { in cmp()
888 void Assembler::cmpb_al(const Operand& op) { in cmpb_al()
895 void Assembler::cmpw_ax(const Operand& op) { in cmpw_ax()
911 void Assembler::dec_b(const Operand& dst) { in dec_b()
924 void Assembler::dec(const Operand& dst) { in dec()
951 void Assembler::imul(Register dst, const Operand& src) { in imul()
979 void Assembler::inc(const Operand& dst) { in inc()
986 void Assembler::lea(Register dst, const Operand& src) { in lea()
1016 emit_arith(1, Operand(dst), Immediate(imm32)); in or_()
1020 void Assembler::or_(Register dst, const Operand& src) { in or_()
1027 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_()
1033 void Assembler::or_(const Operand& dst, Register src) { in or_()
1089 void Assembler::sbb(Register dst, const Operand& src) { in sbb()
1096 void Assembler::shld(Register dst, const Operand& src) { in shld()
1125 void Assembler::shrd(Register dst, const Operand& src) { in shrd()
1154 void Assembler::sub(const Operand& dst, const Immediate& x) { in sub()
1160 void Assembler::sub(Register dst, const Operand& src) { in sub()
1167 void Assembler::sub(const Operand& dst, Register src) { in sub()
1202 void Assembler::test(Register reg, const Operand& op) { in test()
1209 void Assembler::test_b(Register reg, const Operand& op) { in test_b()
1217 void Assembler::test(const Operand& op, const Immediate& imm) { in test()
1225 void Assembler::test_b(const Operand& op, uint8_t imm8) { in test_b()
1239 emit_arith(6, Operand(dst), Immediate(imm32)); in xor_()
1243 void Assembler::xor_(Register dst, const Operand& src) { in xor_()
1250 void Assembler::xor_(const Operand& dst, Register src) { in xor_()
1257 void Assembler::xor_(const Operand& dst, const Immediate& x) { in xor_()
1263 void Assembler::bt(const Operand& dst, Register src) { in bt()
1271 void Assembler::bts(const Operand& dst, Register src) { in bts()
1422 int Assembler::CallSize(const Operand& adr) { in CallSize()
1428 void Assembler::call(const Operand& adr) { in call()
1487 void Assembler::jmp(const Operand& adr) { in jmp()
1595 void Assembler::fld_s(const Operand& adr) { in fld_s()
1602 void Assembler::fld_d(const Operand& adr) { in fld_d()
1609 void Assembler::fstp_s(const Operand& adr) { in fstp_s()
1616 void Assembler::fstp_d(const Operand& adr) { in fstp_d()
1623 void Assembler::fst_d(const Operand& adr) { in fst_d()
1630 void Assembler::fild_s(const Operand& adr) { in fild_s()
1637 void Assembler::fild_d(const Operand& adr) { in fild_d()
1644 void Assembler::fistp_s(const Operand& adr) { in fistp_s()
1651 void Assembler::fisttp_s(const Operand& adr) { in fisttp_s()
1659 void Assembler::fisttp_d(const Operand& adr) { in fisttp_d()
1667 void Assembler::fist_s(const Operand& adr) { in fist_s()
1674 void Assembler::fistp_d(const Operand& adr) { in fistp_d()
1756 void Assembler::fisub_s(const Operand& adr) { in fisub_s()
1921 void Assembler::cvttss2si(Register dst, const Operand& src) { in cvttss2si()
1931 void Assembler::cvttsd2si(Register dst, const Operand& src) { in cvttsd2si()
1941 void Assembler::cvtsi2sd(XMMRegister dst, const Operand& src) { in cvtsi2sd()
2057 void Assembler::ucomisd(XMMRegister dst, const Operand& src) { in ucomisd()
2109 void Assembler::movdqa(const Operand& dst, XMMRegister src) { in movdqa()
2119 void Assembler::movdqa(XMMRegister dst, const Operand& src) { in movdqa()
2129 void Assembler::movdqu(const Operand& dst, XMMRegister src ) { in movdqu()
2139 void Assembler::movdqu(XMMRegister dst, const Operand& src) { in movdqu()
2149 void Assembler::movntdqa(XMMRegister dst, const Operand& src) { in movntdqa()
2160 void Assembler::movntdq(const Operand& dst, XMMRegister src) { in movntdq()
2170 void Assembler::prefetch(const Operand& src, int level) { in prefetch()
2180 void Assembler::movdbl(XMMRegister dst, const Operand& src) { in movdbl()
2186 void Assembler::movdbl(const Operand& dst, XMMRegister src) { in movdbl()
2192 void Assembler::movsd(const Operand& dst, XMMRegister src ) { in movsd()
2202 void Assembler::movsd(XMMRegister dst, const Operand& src) { in movsd()
2222 void Assembler::movss(const Operand& dst, XMMRegister src ) { in movss()
2232 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss()
2252 void Assembler::movd(XMMRegister dst, const Operand& src) { in movd()
2262 void Assembler::movd(const Operand& dst, XMMRegister src) { in movd()
2379 void Assembler::pextrd(const Operand& dst, XMMRegister src, int8_t offset) { in pextrd()
2391 void Assembler::pinsrd(XMMRegister dst, const Operand& src, int8_t offset) { in pinsrd()
2403 void Assembler::emit_sse_operand(XMMRegister reg, const Operand& adr) { in emit_sse_operand()
2523 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith()
2541 void Assembler::emit_operand(Register reg, const Operand& adr) { in emit_operand()