Lines Matching defs:const

72 Immediate Immediate::EmbeddedStringConstant(const StringConstantBase* str) {
212 const int RelocInfo::kApplyMask =
228 uint32_t RelocInfo::wasm_call_tag() const {
285 bool Operand::is_reg_only() const {
289 Register Operand::reg() const {
306 const StringConstantBase* str = request.string();
323 Assembler::Assembler(const AssemblerOptions& options,
350 const int code_comments_size = WriteCodeComments();
363 const int instruction_size = pc_offset();
364 const int code_comments_offset = instruction_size - code_comments_size;
365 const int constant_pool_offset = code_comments_offset - kConstantPoolSize;
366 const int handler_table_offset2 = (handler_table_offset == kNoHandlerTable)
369 const int safepoint_table_offset =
373 const int reloc_info_offset =
518 void Assembler::push(const Immediate& x) {
570 void Assembler::mov_b(Operand dst, const Immediate& src) {
598 void Assembler::mov_w(Operand dst, const Immediate& src) {
613 void Assembler::mov(Register dst, const Immediate& x) {
637 void Assembler::mov(Operand dst, const Immediate& x) {
871 void Assembler::add(Operand dst, const Immediate& x) {
881 void Assembler::and_(Register dst, const Immediate& x) {
892 void Assembler::and_(Operand dst, const Immediate& x) {
974 void Assembler::cmp(Operand op, const Immediate& imm) {
1126 void Assembler::or_(Operand dst, const Immediate& x) {
1296 void Assembler::sub(Operand dst, const Immediate& x) {
1321 void Assembler::test(Register reg, const Immediate& imm) {
1352 void Assembler::test(Operand op, const Immediate& imm) {
1446 void Assembler::xor_(Operand dst, const Immediate& x) {
1528 void Assembler::print(const Label* L) {
1629 const int long_size = 5;
1675 const int short_size = 2;
1676 const int long_size = 5;
1747 const int short_size = 2;
1748 const int long_size = 6;
3318 base::Vector<const byte> reloc_info{reloc_info_writer.pos(), reloc_size};
3336 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) {
3371 const unsigned length = adr.encoded_bytes().length();