Home
last modified time | relevance | path

Searched refs:opc (Results 1 – 25 of 87) sorted by relevance

1234

/minix/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td38 let Inst{15-11} = opc;
68 let Inst{15-11} = opc;
101 let Inst{15-10} = opc;
111 let Inst{31-26} = opc;
122 let Inst{15-6} = opc;
130 let Inst{31-22} = opc;
140 let Inst{15-10} = opc;
157 let Inst{4} = opc{0};
184 let Inst{4} = opc{0};
210 let Inst{4} = opc{0};
[all …]
/minix/external/bsd/llvm/dist/llvm/test/TableGen/
H A DDefmInsideMultiClass.td7 class Instruction<bits<4> opc, string Name> {
8 bits<4> opcode = opc;
12 multiclass basic_r<bits<4> opc> {
13 def rr : Instruction<opc, "rr">;
14 def rm : Instruction<opc, "rm">;
17 multiclass basic_s<bits<4> opc> {
18 defm SS : basic_r<opc>;
19 defm SD : basic_r<opc>;
22 multiclass basic_p<bits<4> opc> {
23 defm PS : basic_r<opc>;
[all …]
H A DLetInsideMultiClasses.td9 class Instruction<bits<4> opc, string Name> {
10 bits<4> opcode = opc;
15 multiclass basic_r<bits<4> opc> {
17 def rr : Instruction<opc, "rr">;
18 def rm : Instruction<opc, "rm">;
22 def rx : Instruction<opc, "rx">;
25 multiclass basic_ss<bits<4> opc> {
27 defm SS : basic_r<opc>;
30 defm SD : basic_r<opc>;
H A DBitsInit.td6 bits<2> opc = { 0, 1 };
9 bits<2> a = { opc, opc2 }; // error!
10 bits<2> b = { opc{0}, opc2{0} };
11 bits<2> c = { opc{1}, opc2{1} };
16 // CHECK: bits<2> opc = { 0, 1 };
/minix/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td1 class sf_SInst_sf<string opc, Intrinsic IntID>
6 class si_SInst_sf<string opc, Intrinsic IntID>
11 class sf_SInst_si<string opc, Intrinsic IntID>
16 class sf_SInst_di<string opc, Intrinsic IntID>
21 class sf_SInst_df<string opc, Intrinsic IntID>
26 class si_SInst_df<string opc, Intrinsic IntID>
31 class df_SInst_sf<string opc, Intrinsic IntID>
36 class di_SInst_sf<string opc, Intrinsic IntID>
41 class df_SInst_si<string opc, Intrinsic IntID>
46 class df_SInst_df<string opc, Intrinsic IntID>
[all …]
H A DHexagonIntrinsics.td20 class qi_ALU32_sisi<string opc, Intrinsic IntID>
25 class qi_ALU32_sis10<string opc, Intrinsic IntID>
30 class qi_ALU32_sis8<string opc, Intrinsic IntID>
35 class qi_ALU32_siu8<string opc, Intrinsic IntID>
40 class qi_ALU32_siu9<string opc, Intrinsic IntID>
71 class si_ALU32_sisi<string opc, Intrinsic IntID>
111 class si_ALU32_s16<string opc, Intrinsic IntID>
116 class di_ALU32_s8<string opc, Intrinsic IntID>
121 class di_ALU64_di<string opc, Intrinsic IntID>
126 class si_ALU32_si<string opc, Intrinsic IntID>
[all …]
H A DHexagonIntrinsicsV4.td20 class si_ALU32_sisi_not<string opc, Intrinsic IntID>
25 class di_ALU32_s8si<string opc, Intrinsic IntID>
30 class di_ALU32_sis8<string opc, Intrinsic IntID>
35 class qi_neg_ALU32_sisi<string opc, Intrinsic IntID>
40 class qi_neg_ALU32_sis10<string opc, Intrinsic IntID>
45 class qi_neg_ALU32_siu9<string opc, Intrinsic IntID>
50 class si_neg_ALU32_sisi<string opc, Intrinsic IntID>
55 class si_neg_ALU32_sis8<string opc, Intrinsic IntID>
60 class si_ALU32_sis8<string opc, Intrinsic IntID>
77 !strconcat("$dst = ", !strconcat(opc ,
[all …]
/minix/tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c46 struct puffs_node *pn_dir = opc; in dtfs_node_lookup()
102 struct puffs_node *pn = opc; in dtfs_node_access()
112 struct puffs_node *pn = opc; in dtfs_node_setattr()
241 struct puffs_node *pn = opc; in dtfs_node_readdir()
330 opc == src || in dtfs_node_rename()
375 struct puffs_node *pn_dir = opc; in dtfs_node_link()
417 struct puffs_node *pn = opc; in dtfs_node_readlink()
456 struct puffs_node *pn = opc; in dtfs_node_read()
494 struct puffs_node *pn = opc; in dtfs_node_write()
570 struct puffs_node *pn = opc; in dtfs_node_inactive()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrXOP.td82 def rr : IXOP<opc, MRMSrcReg, (outs VR128:$dst),
86 def rm : IXOP<opc, MRMSrcMem, (outs VR128:$dst),
92 def mr : IXOP<opc, MRMSrcMem, (outs VR128:$dst),
114 def ri : IXOPi8<opc, MRMSrcReg, (outs VR128:$dst),
118 def mi : IXOPi8<opc, MRMSrcMem, (outs VR128:$dst),
132 def rr : IXOPi8<opc, MRMSrcReg, (outs VR128:$dst),
138 def rm : IXOPi8<opc, MRMSrcMem, (outs VR128:$dst),
162 def ri : IXOPi8<opc, MRMSrcReg, (outs VR128:$dst),
244 def rr : IXOP5<opc, MRMSrcReg, (outs VR128:$dst),
250 def rm : IXOP5<opc, MRMSrcMem, (outs VR128:$dst),
[all …]
H A DX86Instr3DNow.td36 multiclass I3DNow_binop_rm<bits<8> opc, string Mn> {
37 def rr : I3DNow_binop<opc, MRMSrcReg, (ins VR64:$src1, VR64:$src2), Mn, []>;
41 multiclass I3DNow_binop_rm_int<bits<8> opc, string Mn, string Ver = ""> {
42 def rr : I3DNow_binop<opc, MRMSrcReg, (ins VR64:$src1, VR64:$src2), Mn,
45 def rm : I3DNow_binop<opc, MRMSrcMem, (ins VR64:$src1, i64mem:$src2), Mn,
51 multiclass I3DNow_conv_rm<bits<8> opc, string Mn> {
52 def rr : I3DNow_conv<opc, MRMSrcReg, (ins VR64:$src1), Mn, []>;
53 def rm : I3DNow_conv<opc, MRMSrcMem, (ins i64mem:$src1), Mn, []>;
56 multiclass I3DNow_conv_rm_int<bits<8> opc, string Mn, string Ver = ""> {
57 def rr : I3DNow_conv<opc, MRMSrcReg, (ins VR64:$src), Mn,
[all …]
H A DX86InstrAVX512.td1234 def rr : AVX512BI<opc, MRMSrcReg,
1240 def rm : AVX512BI<opc, MRMSrcMem,
1246 def rrk : AVX512BI<opc, MRMSrcReg,
1254 def rmk : AVX512BI<opc, MRMSrcMem,
1269 def rmb : AVX512BI<opc, MRMSrcMem,
1276 def rmbk : AVX512BI<opc, MRMSrcMem,
3281 def rr : AVX512PI<opc, MRMSrcReg,
3286 def rm : AVX512PI<opc, MRMSrcMem,
4633 def r : AVX512AIi8<opc, MRMSrcReg,
4640 def m : AVX512AIi8<opc, MRMSrcMem,
[all …]
H A DX86InstrFMA.td19 multiclass fma3p_rm<bits<8> opc, string OpcodeStr,
25 def r : FMA3<opc, MRMSrcReg, (outs VR128:$dst),
33 def m : FMA3<opc, MRMSrcMem, (outs VR128:$dst),
41 def rY : FMA3<opc, MRMSrcReg, (outs VR256:$dst),
49 def mY : FMA3<opc, MRMSrcMem, (outs VR256:$dst),
135 def r : FMA3<opc, MRMSrcReg, (outs RC:$dst),
143 def m : FMA3<opc, MRMSrcMem, (outs RC:$dst),
223 def rr : FMA4<opc, MRMSrcReg, (outs RC:$dst),
229 def rm : FMA4<opc, MRMSrcMem, (outs RC:$dst),
235 def mr : FMA4<opc, MRMSrcMem, (outs RC:$dst),
[all …]
H A DX86InstrCMovSetCC.td17 multiclass CMOV<bits<8> opc, string Mnemonic, PatLeaf CondNode> {
21 : I<opc, MRMSrcReg, (outs GR16:$dst), (ins GR16:$src1, GR16:$src2),
27 : I<opc, MRMSrcReg, (outs GR32:$dst), (ins GR32:$src1, GR32:$src2),
33 :RI<opc, MRMSrcReg, (outs GR64:$dst), (ins GR64:$src1, GR64:$src2),
43 : I<opc, MRMSrcMem, (outs GR16:$dst), (ins GR16:$src1, i16mem:$src2),
49 : I<opc, MRMSrcMem, (outs GR32:$dst), (ins GR32:$src1, i32mem:$src2),
55 :RI<opc, MRMSrcMem, (outs GR64:$dst), (ins GR64:$src1, i64mem:$src2),
83 multiclass SETCC<bits<8> opc, string Mnemonic, PatLeaf OpNode> {
85 def r : I<opc, MRMXr, (outs GR8:$dst), (ins),
89 def m : I<opc, MRMXm, (outs), (ins i8mem:$dst),
/minix/lib/libpuffs/
H A Dnull.c263 struct puffs_node *pn = opc; in puffs_null_fs_nodetofh()
300 struct puffs_node *pn = opc, *pn_res; in puffs_null_node_lookup()
377 struct puffs_node *pn = opc; in puffs_null_node_getattr()
392 struct puffs_node *pn = opc; in puffs_null_node_setattr()
410 struct puffs_node *pn = opc; in puffs_null_node_fsync()
465 puffs_null_node_link(struct puffs_usermount *pu, puffs_cookie_t opc, in puffs_null_node_link() argument
547 struct puffs_node *pn = opc; in puffs_null_node_readlink()
565 struct puffs_node *pn = opc; in puffs_null_node_readdir()
622 puffs_null_node_read(struct puffs_usermount *pu, puffs_cookie_t opc, in puffs_null_node_read() argument
626 struct puffs_node *pn = opc; in puffs_null_node_read()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrFormats.td481 opc, asm, "", pattern>;
485 opc, asm, "", pattern>;
503 opc, asm, "", pattern> {
522 opc, asm, "", pattern> {
537 opc, asm, "", pattern> {
609 opc, asm, "", pattern> {
715 opc, asm, "", pattern> {
773 opc, asm, "", pattern> {
808 opc, asm, "", pattern> {
825 opc, asm, "", pattern> {
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td836 let Inst{7-5} = opc;
948 // case opc of
959 let Inst{24-21} = opc;
1182 let Inst{12-10} = opc;
1277 let Inst{13-10} = opc;
1343 let Inst{23-21} = opc;
1384 let Inst{23-21} = opc;
1472 let Inst{30-29} = opc;
1501 let Inst{30-29} = opc;
1848 let Inst{30-29} = opc;
[all …]
/minix/external/gpl3/binutils/lib/libopcodes/arch/mips64eb/
H A Ddefs.mk6 G_BFD_MACHINES=mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo
/minix/external/gpl3/binutils/lib/libopcodes/arch/mips64el/
H A Ddefs.mk6 G_BFD_MACHINES=mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo
/minix/external/gpl3/binutils/lib/libopcodes/arch/mipsel/
H A Ddefs.mk6 G_BFD_MACHINES=mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo
/minix/external/gpl3/binutils/lib/libopcodes/arch/mipseb/
H A Ddefs.mk6 G_BFD_MACHINES=mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp74 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument() local
76 if (mulop == nullptr && opc == BO_Mul) in CheckMallocArgument()
78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl) in CheckMallocArgument()
85 else if ((opc == BO_Add || opc == BO_Mul) in CheckMallocArgument()
/minix/lib/librefuse/
H A Drefuse.c643 struct puffs_node *pn = opc; in puffs_fuse_node_getattr()
660 struct puffs_node *pn = opc; in puffs_fuse_node_readlink()
689 puffs_fuse_node_mknod(struct puffs_usermount *pu, void *opc, in puffs_fuse_node_mknod() argument
719 puffs_fuse_node_mkdir(struct puffs_usermount *pu, void *opc, in puffs_fuse_node_mkdir() argument
940 struct puffs_node *pn = opc; in puffs_fuse_node_setattr()
956 struct puffs_node *pn = opc; in puffs_fuse_node_open()
994 struct puffs_node *pn = opc; in puffs_fuse_node_close()
1029 struct puffs_node *pn = opc; in puffs_fuse_node_read()
1069 struct puffs_node *pn = opc; in puffs_fuse_node_write()
1108 struct puffs_node *pn = opc; in puffs_fuse_node_readdir()
[all …]
/minix/external/gpl3/binutils/lib/libopcodes/arch/aarch64/
H A Ddefs.mk6 …FD_MACHINES=aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64…
/minix/external/bsd/llvm/dist/llvm/docs/TableGen/
H A DLangIntro.rst438 bits<4> opcode = opc;
442 multiclass basic_r<bits<4> opc> {
447 multiclass basic_s<bits<4> opc> {
448 defm SS : basic_r<opc>;
449 defm SD : basic_r<opc>;
450 def X : Instruction<opc, "x">;
454 defm PS : basic_r<opc>;
455 defm PD : basic_r<opc>;
456 def Y : Instruction<opc, "y">;
575 defm SS : basic_r<opc>;
[all …]
/minix/external/gpl3/binutils/lib/libopcodes/arch/or1k/
H A Ddefs.mk6 G_BFD_MACHINES=or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo cgen-opc.lo cgen-asm.l…

1234