Lines Matching +defs:cc +defs:mode
156 byte mode = modrm & 0xC0; in Operand() local
751 void Assembler::cmovq(Condition cc, Register dst, Register src) { in cmovq()
769 void Assembler::cmovq(Condition cc, Register dst, const Operand& src) { in cmovq()
785 void Assembler::cmovl(Condition cc, Register dst, Register src) { in cmovl()
801 void Assembler::cmovl(Condition cc, Register dst, const Operand& src) { in cmovl()
967 void Assembler::j(Condition cc, Label* L, Label::Distance distance) { in j()
1028 void Assembler::j(Condition cc, Address entry, RelocInfo::Mode rmode) { in j()
1038 void Assembler::j(Condition cc, in j()
1135 void Assembler::load_rax(void* value, RelocInfo::Mode mode) { in load_rax()
1657 void Assembler::setcc(Condition cc, Register reg) { in setcc()
1718 void Assembler::store_rax(void* dst, RelocInfo::Mode mode) { in store_rax()
2874 Assembler::RoundingMode mode) { in roundsd()