Lines Matching refs:code

7 //     * Redistributions of source code must retain the above copyright
239 unique_regs |= (uint64_t{1} << regs[i].code());
242 unique_fpregs |= (uint64_t{1} << regs[i].code());
290 } else if (reg2.code() != ((reg1.code() + 1) % kNumberOfVRegisters)) {
297 } else if (reg3.code() != ((reg2.code() + 1) % kNumberOfVRegisters)) {
303 } else if (reg4.code() != ((reg3.code() + 1) % kNumberOfVRegisters)) {
397 // metadata table builders (safepoint, handler, constant pool, code
409 // Set up code descriptor.
527 // [previous code]
529 // [20KB code]
531 // [20KB code]
533 // [more code]
742 // control the size of the code generated.
1348 // The load will be patched when the constpool is emitted, patching code
2234 void Assembler::hint(SystemHint code) { Emit(HINT | ImmHint(code) | Rt(xzr)); }
3285 DCHECK((vm.Is1H() && (vm.code() < 16) && (vm_index < 8)) ||
3310 DCHECK((vm.Is1H() && (vm.code() < 16) && (vm_index < 8)) ||
3676 void Assembler::hlt(int code) {
3677 DCHECK(is_uint16(code));
3678 Emit(HLT | ImmException(code));
3681 void Assembler::brk(int code) {
3682 DCHECK(is_uint16(code));
3683 Emit(BRK | ImmException(code));
3697 void Assembler::debug(const char* message, uint32_t code, Instr params) {
3713 dc32(code);
3891 Register rn_ = Register::Create(rn.code(), rd.SizeInBits());
4313 // None of our relocation types are pc relative pointing outside the code
4314 // buffer nor pc absolute pointing inside the code buffer, so there is no need
4338 // Adjust code for new modes.
4459 // Check that the code buffer is large enough before emitting the constant
4475 // want to keep entries close to the code, we try to emit every 64KB.
4638 // code.
4644 // The code at the current instruction should be:
4650 // Verify the expected code.
4675 // The code at the current instruction should be:
4678 // Verify the expected code.