Searched refs:offset26 (Results 1 – 4 of 4) sorted by relevance
1149 void Assembler::GenInstrImmediate(Opcode opcode, int32_t offset26, in GenInstrImmediate() argument1151 DCHECK(is_int26(offset26)); in GenInstrImmediate()1152 Instr instr = opcode | (offset26 & kImm26Mask); in GenInstrImmediate()
1374 Opcode opcode, int32_t offset26,
1116 void Assembler::GenInstrImmediate(Opcode opcode, int32_t offset26, in GenInstrImmediate() argument1118 DCHECK(is_int26(offset26)); in GenInstrImmediate()1119 Instr instr = opcode | (offset26 & kImm26Mask); in GenInstrImmediate()
1430 Opcode opcode, int32_t offset26,