Home
last modified time | relevance | path

Searched refs:areg (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrUtils.td1290 class BinOpAI<bits<8> o, string m, X86TypeInfo t, Register areg, string args>
1294 let Uses = [areg];
1297 class BinOpAI_F<bits<8> o, string m, X86TypeInfo t, Register areg, string args>
1298 : BinOpAI<o, m, t, areg, args>, DefEFLAGS;
1301 class BinOpAI_AF<bits<8> o, string m, X86TypeInfo t, Register areg,
1302 string args> : BinOpAI<o, m, t, areg, args> {
1303 let Defs = [areg, EFLAGS];
1307 class BinOpAIF_AF<bits<8> o, string m, X86TypeInfo t, Register areg,
1308 string args> : BinOpAI<o, m, t, areg, args> {
1309 let Uses = [areg, EFLAGS];
[all …]
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h2090 areg:1, member
H A Dsli4.c3824 sli4->config.auto_reg = parms->areg; in sli_get_config()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td2249 def areg: NVPTXInst<(outs regclass:$result), (ins Int32Regs:$src),
2352 def areg: NVPTXInst<(outs regclass:$result), (ins Int32Regs:$src),