| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430RegisterInfo.td | 50 def R15B : MSP430Reg<15, "r15">, DwarfRegNum<[31]>; 70 def R15 : MSP430RegWithSubregs<15, "r15", [R15B]>, DwarfRegNum<[15]>; 75 (add R12B, R13B, R14B, R15B, R11B, R10B, R9B, R8B, R7B, R6B, R5B,
|
| H A D | MSP430CallingConv.td | 15 // i8 are returned in registers R12B, R13B, R14B, R15B 16 CCIfType<[i8], CCAssignToReg<[R12B, R13B, R14B, R15B]>>,
|
| H A D | MSP430ISelLowering.h | 115 /// register R15W to i8 by referencing its sub-register R15B.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.td | 75 def R15B : X86Reg<"r15b", 15>; 209 def R15W : X86Reg<"r15w", 15, [R15B,R15BH]>; 537 // R8B, ... R15B. 549 R30B, R31B, R14B, R15B, R12B, R13B)> {
|
| H A D | X86CallingConv.td | 87 let GPR_8 = [AL, CL, DL, DIL, SIL, R8B, R9B, R10B, R11B, R12B, R14B, R15B]; 99 let GPR_8 = [AL, CL, DL, DIL, SIL, R8B, R9B, R11B, R12B, R14B, R15B]; 106 let GPR_8 = [AL, CL, DL, DIL, SIL, R8B, R9B, R12B, R13B, R14B, R15B];
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | CodeViewRegisterMapping.cpp | 568 lldb_r15l_x86_64, // R15B 675 case llvm::codeview::RegisterId::R15B: in GetRegisterSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
| H A D | MSP430Disassembler.cpp | 70 MSP430::R12B, MSP430::R13B, MSP430::R14B, MSP430::R15B
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 279 {codeview::RegisterId::R15B, X86::R15B}, in initLLVMToSEHAndCVRegMapping()
|
| H A D | X86BaseInfo.h | 1235 case X86::R15B: in isX86_64ExtendedReg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 567 case MSP430::R15: return MSP430::R15B; in convertGR16ToGR8()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86DisassemblerDecoder.h | 129 ENTRY(R15B) \
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRegisters.def | 245 CV_REGISTER(R15B, 351)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | X86DisassemblerDecoderCommon.h | 426 "(AL..DIL, R8B..R15B) Register code added to the opcode byte") \
|
| /freebsd/sys/amd64/amd64/ |
| H A D | db_disasm.c | 994 "%r8b", "%r9b", "%r10b", "%r11b", "%r12b", "%r13b", "%r14b", "%r15b" }, 1003 "%r8b", "%r9b", "%r10b", "%r11b", "%r12b", "%r13b", "%r14b", "%r15b" },
|
| /freebsd/sys/crypto/openssl/amd64/ |
| H A D | aes-gcm-avx512.S | 4144 cmpb $240,%r15b 4164 addb $16,%r15b 4272 cmpb $240,%r15b 4292 addb $16,%r15b 4634 cmpb $240,%r15b 4661 addb $16,%r15b 4816 cmpb $240,%r15b 4843 addb $16,%r15b 4998 cmpb $240,%r15b 5025 addb $16,%r15b [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 87 {{"r15d", "r15w", "r15b"}, 45},
|
| /freebsd/sys/cddl/dev/dtrace/x86/ |
| H A D | dis_tables.c | 456 "%r8b", "%r9b", "%r10b", "%r11b", "%r12b", "%r13b", "%r14b", "%r15b" 461 "%r8b", "%r9b", "%r10b", "%r11b", "%r12b", "%r13b", "%r14b", "%r15b"
|