| /minix3/external/bsd/tcpdump/dist/ |
| H A D | print-zephyr.c | 52 char *opcode; member 149 z.opcode = 0; in zephyr_print() 181 PARSE_FIELD_STR(z.opcode); in zephyr_print() 211 if (!strcmp(z.opcode, "USER_HIDE")) in zephyr_print() 213 else if (!strcmp(z.opcode, "USER_UNHIDE")) in zephyr_print() 221 ND_PRINT((ndo, " zephyr-admin %s", str_to_lower(z.opcode))); in zephyr_print() 227 if (!strcmp(z.opcode, "SUBSCRIBE") || in zephyr_print() 228 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") || in zephyr_print() 229 !strcmp(z.opcode, "UNSUBSCRIBE")) { in zephyr_print() 231 ND_PRINT((ndo, " %ssub%s", strcmp(z.opcode, "SUBSCRIBE") ? "un" : "", in zephyr_print() [all …]
|
| H A D | print-tftp.c | 118 register int opcode, i; in tftp_print() local 127 opcode = EXTRACT_16BITS(&tp->th_opcode); in tftp_print() 128 cp = tok2str(op2str, "tftp-#%d", opcode); in tftp_print() 134 switch (opcode) { in tftp_print() 142 if (opcode != OACK) in tftp_print() 145 if (opcode != OACK) in tftp_print() 183 ND_PRINT((ndo, "(unknown #%d)", opcode)); in tftp_print()
|
| H A D | print-rx.c | 487 uint32_t opcode; /* RX opcode (host order) */ member 534 int32_t opcode; in rx_print() local 636 sport, &opcode)) { in rx_print() 640 fs_reply_print(ndo, bp, length, opcode); in rx_print() 643 cb_reply_print(ndo, bp, length, opcode); in rx_print() 646 prot_reply_print(ndo, bp, length, opcode); in rx_print() 649 vldb_reply_print(ndo, bp, length, opcode); in rx_print() 652 kauth_reply_print(ndo, bp, length, opcode); in rx_print() 655 vol_reply_print(ndo, bp, length, opcode); in rx_print() 658 bos_reply_print(ndo, bp, length, opcode); in rx_print() [all …]
|
| H A D | print-mpcp.c | 39 uint8_t opcode[2]; member 142 uint16_t opcode; in mpcp_print() local 150 opcode = EXTRACT_16BITS(mpcp.common_header->opcode); in mpcp_print() 151 ND_PRINT((ndo, "MPCP, Opcode %s", tok2str(mpcp_opcode_values, "Unknown (%u)", opcode))); in mpcp_print() 152 if (opcode != MPCP_OPCODE_PAUSE) { in mpcp_print() 162 switch (opcode) { in mpcp_print()
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 103 { package opcode; # pick up opcodes package 227 die if (opcode->mnemonic() ne "mov"); 228 opcode->mnemonic("lea"); 274 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq"); 275 $sz="l" if (opcode->mnemonic() eq "movd"); 415 if ($nasm && opcode->mnemonic()=~m/^j/) { 428 my %opcode = # lea 2f-1f(%rip),%dst; 1: nop; 2: 447 $line=sprintf "0x%x,0x90000000",$opcode{$1}; 653 local *opcode=shift; 658 push @opcode,($rex|0x40) if ($rex); [all …]
|
| H A D | x86asm.pl | 18 { my $opcode = $AUTOLOAD; 20 die "more than 4 arguments passed to $opcode" if ($#_>3); 22 $opcode =~ s/.*:://; 23 if ($opcode =~ /^push/) { $stack+=4; } 24 elsif ($opcode =~ /^pop/) { $stack-=4; } 26 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD"; 30 { my $opcode=shift; 32 if ($#_==-1) { push(@out,"\t$opcode\n"); } 33 else { push(@out,"\t$opcode\t".join(',',@_)."\n"); }
|
| H A D | x86masm.pl | 14 { my ($opcode,@arg)=@_; 19 if ($opcode =~ /lea/ && @arg[1] =~ s/.*PTR\s+(\(.*\))$/OFFSET $1/) # no [] 20 { $opcode="mov"; } 21 elsif ($opcode !~ /movq/) 27 &::emit($opcode,@arg);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrFormats.td | 77 class IForm<bits<4> opcode, DestMode dest, bit bw, SourceMode src, SizeVal sz, 85 let Inst{12-15} = opcode; 92 class IForm8<bits<4> opcode, DestMode dest, SourceMode src, SizeVal sz, 94 : IForm<opcode, dest, 1, src, sz, outs, ins, asmstr, pattern>; 96 class I8rr<bits<4> opcode, 98 : IForm8<opcode, DstReg, SrcReg, Size2Bytes, outs, ins, asmstr, pattern>; 100 class I8ri<bits<4> opcode, 102 : IForm8<opcode, DstReg, SrcImm, Size4Bytes, outs, ins, asmstr, pattern>; 104 class I8rm<bits<4> opcode, 106 : IForm8<opcode, DstReg, SrcMem, Size4Bytes, outs, ins, asmstr, pattern>; [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrFormats.td | 14 class I<bits<6> opcode, dag OOL, dag IOL, string asmstr, InstrItinClass itin> 23 let Inst{0-5} = opcode; 103 class IForm<bits<6> opcode, bit aa, bit lk, dag OOL, dag IOL, string asmstr, 105 : I<opcode, OOL, IOL, asmstr, itin> { 115 class BForm<bits<6> opcode, bit aa, bit lk, dag OOL, dag IOL, string asmstr> 116 : I<opcode, OOL, IOL, asmstr, IIC_BrB> { 132 class BForm_1<bits<6> opcode, bits<5> bo, bit aa, bit lk, dag OOL, dag IOL, 134 : BForm<opcode, aa, lk, OOL, IOL, asmstr> { 140 class BForm_2<bits<6> opcode, bits<5> bo, bits<5> bi, bit aa, bit lk, 142 : I<opcode, OOL, IOL, asmstr, IIC_BrB> { [all …]
|
| /minix3/crypto/external/bsd/heimdal/dist/kcm/ |
| H A D | protocol.c | 58 kcm_operation opcode, in kcm_op_noop() argument 62 KCM_LOG_REQUEST(context, client, opcode); in kcm_op_noop() 77 kcm_operation opcode, in kcm_op_get_name() argument 90 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_get_name() 92 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_get_name() 120 kcm_operation opcode, in kcm_op_gen_new() argument 127 KCM_LOG_REQUEST(context, client, opcode); in kcm_op_gen_new() 151 kcm_operation opcode, in kcm_op_initialize() argument 163 KCM_LOG_REQUEST(context, client, opcode); in kcm_op_initialize() 217 kcm_operation opcode, in kcm_op_destroy() argument [all …]
|
| H A D | acl.c | 42 kcm_operation opcode, in kcm_access() argument 52 switch (opcode) { in kcm_access() 90 if (opcode == KCM_OP_INITIALIZE || in kcm_access() 91 opcode == KCM_OP_DESTROY || in kcm_access() 92 opcode == KCM_OP_REMOVE_CRED || in kcm_access() 93 opcode == KCM_OP_MOVE_CACHE) { in kcm_access() 142 client->pid, kcm_op2string(opcode), ccache->name); in kcm_access()
|
| /minix3/external/bsd/tcpdump/dist/tests/ |
| H A D | eigrp3-v.out | 3 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 11 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 19 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 27 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 35 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 43 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 51 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 59 EIGRP v2, opcode: Update (1), chksum: 0x7876, Flags: [none] 66 EIGRP v2, opcode: Hello (5), chksum: 0xfd62, Flags: [none] 70 EIGRP v2, opcode: Query (3), chksum: 0x5f7e, Flags: [none] [all …]
|
| H A D | eigrp1-v.out | 3 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 11 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 19 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 27 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 35 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 43 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 51 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 59 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 67 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 75 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] [all …]
|
| H A D | eigrp4-v.out | 3 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 11 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 19 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 27 EIGRP v2, opcode: Update (1), chksum: 0x0a7e, Flags: [none] 34 EIGRP v2, opcode: Update (1), chksum: 0xa67a, Flags: [none] 41 EIGRP v2, opcode: Hello (5), chksum: 0xfd69, Flags: [none] 45 EIGRP v2, opcode: Hello (5), chksum: 0xfd67, Flags: [none] 49 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 57 EIGRP v2, opcode: Update (1), chksum: 0x7878, Flags: [none] 64 EIGRP v2, opcode: Hello (5), chksum: 0xfd64, Flags: [none] [all …]
|
| H A D | eigrp2-v.out | 3 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 11 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 19 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 27 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 35 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 43 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 51 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 59 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] 67 EIGRP v2, opcode: Hello (5), chksum: 0xf167, Flags: [none] 75 EIGRP v2, opcode: Hello (5), chksum: 0xee68, Flags: [none] [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/TableGen/ |
| H A D | Slice.td | 15 class Inst<bits<8> opcode, dag oopnds, dag iopnds, string asmstr, 17 bits<8> Opcode = opcode; 65 multiclass scalar<bits<8> opcode, string asmstr = "", list<list<dag>> patterns = []> { 66 def SSrr : Inst<opcode, (outs FR32:$dst), (ins FR32:$src), 69 def SSrm : Inst<opcode, (outs FR32:$dst), (ins FR32:$src), 74 multiclass vscalar<bits<8> opcode, string asmstr = "", list<list<dag>> patterns = []> { 75 def V#NAME#SSrr : Inst<opcode, (outs FR32:$dst), (ins FR32:$src), 78 def V#NAME#SSrm : Inst<opcode, (outs FR32:$dst), (ins FR32:$src), 83 multiclass myscalar<bits<8> opcode, string asmstr = "", list<list<dag>> patterns = []> : 84 scalar<opcode, asmstr, patterns>, [all …]
|
| H A D | cast.td | 21 class Inst<bits<8> opcode, dag oopnds, dag iopnds, string asmstr, 23 bits<8> Opcode = opcode; 72 multiclass arith<bits<8> opcode, string asmstr, string Intr> { 73 def PS : Inst<opcode, (outs VR128:$dst), (ins VR128:$src1, VR128:$src2), 77 def PD : Inst<opcode, (outs VR128:$dst), (ins VR128:$src1, VR128:$src2), 84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> : 85 Inst<opcode,(outs VR128:$dst), (ins VR128:$src1, VR128:$src2), 90 multiclass arith_int<bits<8> opcode, string asmstr, string Intr> { 91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>; 93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 551 class InherentRRE<string mnemonic, bits<16> opcode, RegisterOperand cls, 553 : InstRRE<opcode, (outs cls:$R1), (ins), 559 class BranchUnaryRI<string mnemonic, bits<12> opcode, RegisterOperand cls> 560 : InstRI<opcode, (outs cls:$R1), (ins cls:$R1src, brtarget16:$I2), 568 class LoadMultipleRSY<string mnemonic, bits<16> opcode, RegisterOperand cls> 569 : InstRSY<opcode, (outs cls:$R1, cls:$R3), (ins bdaddr20only:$BD2), 574 class StoreRILPC<string mnemonic, bits<12> opcode, SDPatternOperator operator, 576 : InstRIL<opcode, (outs), (ins cls:$R1, pcrel32:$I2), 586 class StoreRX<string mnemonic, bits<8> opcode, SDPatternOperator operator, 589 : InstRX<opcode, (outs), (ins cls:$R1, mode:$XBD2), [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 26 #define HANDLE_TERM_INST(num, opcode, Class) 28 #define HANDLE_TERM_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 40 #define HANDLE_BINARY_INST(num, opcode, instclass) 42 #define HANDLE_BINARY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 54 #define HANDLE_MEMORY_INST(num, opcode, Class) 56 #define HANDLE_MEMORY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 68 #define HANDLE_CAST_INST(num, opcode, Class) 70 #define HANDLE_CAST_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 82 #define HANDLE_OTHER_INST(num, opcode, Class) 84 #define HANDLE_OTHER_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class)
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/modes/asm/ |
| H A D | ghash-parisc.pl | 634 { my $opcode=(0x03<<26)|($2<<21)|($1<<16)|(3<<6)|$3; 635 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig; 638 { my $opcode=(0x03<<26)|($2<<21)|(1<<12)|(3<<6)|$3; 639 $opcode|=(($1&0xF)<<17)|(($1&0x10)<<12); # encode offset 640 $opcode|=(1<<5) if ($mod =~ /^,m/); 641 $opcode|=(1<<13) if ($mod =~ /^,mb/); 642 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig; 652 { my $opcode=(0x1c<<26)|($3<<21)|($1<<16)|(($2&0x1FF8)<<1)|(($2>>13)&1); 653 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig; 664 { my $opcode=(0x36<<26)|($1<<21)|($4<<16); [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/ |
| H A D | ifconv-regmask.ll | 3 %union.opcode = type { i32 } 5 @opcode = external global %union.opcode, align 4 10 %bf.load = load i32* getelementptr inbounds (%union.opcode* @opcode, i32 0, i32 0), align 4
|
| H A D | optselect-regclass.ll | 3 %union.opcode.0.2.5.8.15.28 = type { i32 } 5 @opcode = external global %union.opcode.0.2.5.8.15.28, align 4 12 …%bf.load4 = load i32* getelementptr inbounds (%union.opcode.0.2.5.8.15.28* @opcode, i32 0, i32 0),…
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| H A D | parisc-mont.pl | 901 { my $opcode=(0x03<<26)|($2<<21)|($1<<16)|(3<<6)|$3; 902 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig; 905 { my $opcode=(0x03<<26)|($2<<21)|(1<<12)|(3<<6)|$3; 906 $opcode|=(($1&0xF)<<17)|(($1&0x10)<<12); # encode offset 907 $opcode|=(1<<5) if ($mod =~ /^,m/); 908 $opcode|=(1<<13) if ($mod =~ /^,mb/); 909 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig; 919 { my $opcode=(0x03<<26)|($3<<21)|($1<<16)|(1<<12)|(0xB<<6); 920 $opcode|=(($2&0xF)<<1)|(($2&0x10)>>4); # encode offset 921 $opcode|=(1<<5) if ($mod =~ /^,m/); [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86DisassemblerDecoder.cpp | 82 uint16_t opcode) { in modRMRequired() argument 109 return decision->opcodeDecisions[insnContext].modRMDecisions[opcode]. in modRMRequired() 125 uint8_t opcode, in decode() argument 131 dec = &ONEBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 134 dec = &TWOBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 137 dec = &THREEBYTE38_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 140 dec = &THREEBYTE3A_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 143 dec = &XOP8_MAP_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 146 dec = &XOP9_MAP_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() 149 dec = &XOPA_MAP_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode]; in decode() [all …]
|
| /minix3/external/bsd/nvi/dist/common/ |
| H A D | vi_auto.h | 10 u_int32_t opcode; member 18 u_int32_t opcode; member 36 u_int32_t opcode; member
|