Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrUtils.td1287 class BinOpAI<bits<8> o, string m, X86TypeInfo t, Register areg, string args>
1291 let Uses = [areg];
1294 class BinOpAI_F<bits<8> o, string m, X86TypeInfo t, Register areg, string args>
1295 : BinOpAI<o, m, t, areg, args>, DefEFLAGS;
1298 class BinOpAI_AF<bits<8> o, string m, X86TypeInfo t, Register areg,
1299 string args> : BinOpAI<o, m, t, areg, args> {
1300 let Defs = [areg, EFLAGS];
1304 class BinOpAIF_AF<bits<8> o, string m, X86TypeInfo t, Register areg,
1305 string args> : BinOpAI<o, m, t, areg, args> {
1306 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()