HomeSort by relevance Sort by last modified time
    Searched full:opcode (Results 351 - 375 of 2817) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.c 477 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_LIST)
485 ret->header.opcode = header->opcode;
499 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_INFO)
510 ret->header.opcode = header->opcode;
526 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_DRAW_BLOCK)
537 ret->header.opcode = header->opcode;
554 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_DRAW_STEP
    [all...]
rbug_core.c 233 if (header->opcode != (int32_t)RBUG_OP_NOOP)
241 ret->header.opcode = header->opcode;
252 if (header->opcode != (int32_t)RBUG_OP_PING)
260 ret->header.opcode = header->opcode;
274 if (header->opcode != (int32_t)RBUG_OP_ERROR)
285 ret->header.opcode = header->opcode;
301 if (header->opcode != (int32_t)RBUG_OP_PING_REPLY
    [all...]
  /external/skia/src/animator/
SkScriptRuntime.cpp 62 bool SkScriptRuntime::executeTokens(unsigned char* opCode) {
70 switch ((op = (SkScriptEngine2::TypeOp) *opCode++)) {
86 memcpy(&index, opCode, sizeof(index));
87 opCode += sizeof(index);
91 memcpy(&ref, opCode, sizeof(ref));
92 opCode += sizeof(ref);
101 memcpy(&ref, opCode, sizeof(ref));
102 opCode += sizeof(ref);
110 memcpy(&ref, opCode, sizeof(ref));
111 opCode += sizeof(ref)
    [all...]
  /art/compiler/dex/
mir_optimization.cc 43 int df_attributes = oat_data_flow_attributes_[mir->dalvikInsn.opcode];
53 switch (d_insn->opcode) {
134 int opcode = mir->dalvikInsn.opcode; local
135 if ((mir->dalvikInsn.opcode == Instruction::MOVE_RESULT) ||
136 (mir->dalvikInsn.opcode == Instruction::MOVE_RESULT_OBJECT) ||
137 (mir->dalvikInsn.opcode == Instruction::MOVE_RESULT_WIDE)) {
141 if (opcode < kNumPackedOpcodes) {
173 if (static_cast<int>(mir->dalvikInsn.opcode) == kMirOpPhi) {
185 switch (mir->dalvikInsn.opcode) {
223 Instruction::Code opcode = mir->dalvikInsn.opcode; local
522 Instruction::Code opcode = prev->last_mir_insn->dalvikInsn.opcode; local
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFormats.td 552 class InherentRRE<string mnemonic, bits<16> opcode, RegisterOperand cls,
554 : InstRRE<opcode, (outs cls:$R1), (ins),
560 class BranchUnaryRI<string mnemonic, bits<12> opcode, RegisterOperand cls>
561 : InstRI<opcode, (outs cls:$R1), (ins cls:$R1src, brtarget16:$I2),
569 class LoadMultipleRSY<string mnemonic, bits<16> opcode, RegisterOperand cls>
570 : InstRSY<opcode, (outs cls:$R1, cls:$R3), (ins bdaddr20only:$BD2),
575 class StoreRILPC<string mnemonic, bits<12> opcode, SDPatternOperator operator,
577 : InstRIL<opcode, (outs), (ins cls:$R1, pcrel32:$I2),
587 class StoreRX<string mnemonic, bits<8> opcode, SDPatternOperator operator,
590 : InstRX<opcode, (outs), (ins cls:$R1, mode:$XBD2)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_core.c 233 if (header->opcode != (int32_t)RBUG_OP_NOOP)
241 ret->header.opcode = header->opcode;
252 if (header->opcode != (int32_t)RBUG_OP_PING)
260 ret->header.opcode = header->opcode;
274 if (header->opcode != (int32_t)RBUG_OP_ERROR)
285 ret->header.opcode = header->opcode;
301 if (header->opcode != (int32_t)RBUG_OP_PING_REPLY
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 66 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon12993
73 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon12994
85 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon12995
94 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon12996
102 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon12997
108 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon12998
114 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon12999
119 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon13000
124 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon13001
129 unsigned opcode : 11 member in struct:sm4_token_instruction::__anon12992::__anon13002
134 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon13003
139 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon13004
144 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon13005
149 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon13006
154 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon12992::__anon13007
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 257 if "opcode" in kwargs:
258 # Usual case, just a single opcode
259 self.opcode = kwargs.pop("opcode")
260 self.opcode_len = len(self.opcode)
262 # Two opcode case; the first opcode is the "optimized" opcode,
263 # the second is the "relaxed" opcode. For this to work, an
269 raise KeyError("missing opcode")
666 opcode=[0x00], variable
675 opcode=[0x00], variable
685 opcode=[0x00, 0x00], variable
693 opcode=[0x00, 0x00, 0x00], variable
703 opcode=[0x00], variable
714 opcode=[0x00, 0x00], variable
728 opcode=[0xA0+(sz!=8)], variable
737 opcode=[0xA2+(sz!=8)], variable
745 opcode=[0xA0+(sz!=8)], variable
754 opcode=[0xA2+(sz!=8)], variable
774 opcode=[0x88+(sz!=8)], variable
794 opcode=[0x8A+(sz!=8)], variable
801 opcode=[0x8C], variable
808 opcode=[0x8C], variable
814 opcode=[0x8E], variable
820 opcode=[0x8E], variable
828 opcode=[0xB0], variable
835 opcode=[0xB8], variable
842 opcode=[0xB8], variable
858 opcode=[0xC6+(sz!=8)], variable
865 opcode=[0xC6+(sz!=8)], variable
874 opcode=[0x0F, 0x22], variable
881 opcode=[0x0F, 0x22], variable
887 opcode=[0x0F, 0x22], variable
894 opcode=[0x0F, 0x20], variable
901 opcode=[0x0F, 0x20], variable
907 opcode=[0x0F, 0x20], variable
916 opcode=[0x0F, 0x23], variable
922 opcode=[0x0F, 0x23], variable
929 opcode=[0x0F, 0x21], variable
935 opcode=[0x0F, 0x21], variable
944 opcode=[0x0F, 0x6F], variable
952 opcode=[0x0F, 0x6E], variable
959 opcode=[0x0F, 0x7F], variable
967 opcode=[0x0F, 0x7E], variable
977 opcode=[0x0F, 0x7E], variable
985 opcode=[0x0F, 0x7E], variable
994 opcode=[0x0F, 0x6E], variable
1002 opcode=[0x0F, 0xD6], variable
1011 opcode=[0x0F, 0x7E], variable
1024 opcode=[0xA0], variable
1032 opcode=[0xA1], variable
1040 opcode=[0xA2], variable
1048 opcode=[0xA3], variable
1057 opcode=[0xB8], variable
1071 opcode=[0x0F, 0x00], variable
1079 opcode=[0x0F, 0x00], variable
1086 opcode=[0x0F, 0x00], variable
1094 opcode=[0x0F, 0x01], variable
1101 opcode=[0x0F, 0x01], variable
1124 opcode=[0x63], variable
1136 opcode=[0x50], variable
1142 opcode=[0x50], variable
1148 opcode=[0x50], variable
1154 opcode=[0x50], variable
1159 opcode=[0xFF], variable
1166 opcode=[0xFF], variable
1173 opcode=[0xFF], variable
1180 opcode=[0xFF], variable
1188 opcode=[0x6A], variable
1194 opcode=[0x6A], variable
1237 opcode=[0x68], variable
1243 opcode=[0x68], variable
1250 opcode=[0x68], variable
1254 opcode=[0x0E], variable
1260 opcode=[0x0E], variable
1266 opcode=[0x0E], variable
1270 opcode=[0x16], variable
1276 opcode=[0x16], variable
1282 opcode=[0x16], variable
1286 opcode=[0x1E], variable
1292 opcode=[0x1E], variable
1298 opcode=[0x1E], variable
1302 opcode=[0x06], variable
1308 opcode=[0x06], variable
1314 opcode=[0x06], variable
1317 opcode=[0x0F, 0xA0], variable
1322 opcode=[0x0F, 0xA0], variable
1327 opcode=[0x0F, 0xA0], variable
1330 opcode=[0x0F, 0xA8], variable
1335 opcode=[0x0F, 0xA8], variable
1340 opcode=[0x0F, 0xA8], variable
1356 opcode=[0x58], variable
1362 opcode=[0x58], variable
1368 opcode=[0x58], variable
1374 opcode=[0x58], variable
1379 opcode=[0x8F], variable
1385 opcode=[0x8F], variable
1391 opcode=[0x8F], variable
1397 opcode=[0x8F], variable
1409 opcode=[0x17], variable
1414 opcode=[0x17], variable
1419 opcode=[0x17], variable
1423 opcode=[0x1F], variable
1428 opcode=[0x1F], variable
1433 opcode=[0x1F], variable
1437 opcode=[0x07], variable
1442 opcode=[0x07], variable
1447 opcode=[0x07], variable
1450 opcode=[0x0F, 0xA1], variable
1454 opcode=[0x0F, 0xA1], variable
1458 opcode=[0x0F, 0xA1], variable
1461 opcode=[0x0F, 0xA9], variable
1465 opcode=[0x0F, 0xA9], variable
1469 opcode=[0x0F, 0xA9], variable
1485 opcode=[0x86], variable
1490 opcode=[0x86], variable
1507 opcode=[0x90], variable
1513 opcode=[0x90], variable
1519 opcode=[0x87], variable
1525 opcode=[0x87], variable
1540 opcode=[0x87], variable
1546 opcode=[0x90], variable
1552 opcode=[0x90], variable
1558 opcode=[0x87], variable
1564 opcode=[0x87], variable
1572 opcode=[0x90], variable
1578 opcode=[0x90], variable
1584 opcode=[0x90], variable
1590 opcode=[0x87], variable
1596 opcode=[0x87], variable
1607 opcode=[0xE4], variable
1614 opcode=[0xE5], variable
1619 opcode=[0xEC], variable
1626 opcode=[0xED], variable
1633 opcode=[0xE4], variable
1640 opcode=[0xE5], variable
1645 opcode=[0xEC], variable
1651 opcode=[0xED], variable
1658 opcode=[0xED], variable
1665 opcode=[0xE6], variable
1672 opcode=[0xE7], variable
1677 opcode=[0xEE], variable
1684 opcode=[0xEF], variable
1691 opcode=[0xE6], variable
1697 opcode=[0xE7], variable
1704 opcode=[0xE7], variable
1709 opcode=[0xEE], variable
1715 opcode=[0xEF], variable
1722 opcode=[0xEF], variable
1734 opcode=[0x8D], variable
1749 opcode=[0x00], variable
1762 opcode=[0x0F, 0x00], variable
1804 opcode=[0x04], variable
1821 opcode=[0x80], variable
1828 opcode=[0x80], variable
1837 opcode=[0x83], variable
1865 opcode=[0x83], variable
1897 opcode=[0x83], variable
1917 opcode=[0x00+(sz!=8)], variable
1925 opcode=[0x02+(sz!=8)], variable
1944 opcode=[0xFE], variable
1953 opcode=[0x00], variable
1959 opcode=[0xFF], variable
1966 opcode=[0xFF], variable
1981 opcode=[0xF6+(sz!=8)], variable
1998 opcode=[0xF6+(sz!=8)], variable
2007 opcode=[0xF6+(sz!=8)], variable
2022 opcode=[0xA8+(sz!=8)], variable
2030 opcode=[0xF6+(sz!=8)], variable
2036 opcode=[0xF6+(sz!=8)], variable
2044 opcode=[0x84+(sz!=8)], variable
2051 opcode=[0x84+(sz!=8)], variable
2062 opcode=[0xD4, 0x0A], variable
2066 opcode=[0xD4], variable
2103 opcode=[0xF6+(sz!=8)], variable
2111 opcode=[0x0F, 0xAF], variable
2119 opcode=[0x6B], variable
2128 opcode=[0x6B], variable
2163 opcode=[0xD2+(sz!=8)], variable
2171 opcode=[0xD0+(sz!=8)], variable
2180 opcode=[0xC0+(sz!=8)], variable
2191 opcode=[0xD0+(sz!=8)], variable
2213 opcode=[0x0F, 0x00], variable
2222 opcode=[0x0F, 0x01], variable
2234 opcode=[0x0F, 0x01], variable
2248 opcode=[], variable
2253 opcode=[], variable
2259 opcode=[], variable
2265 opcode=[], variable
2271 opcode=[0xE8], variable
2276 opcode=[0xE8], variable
2282 opcode=[0xE8], variable
2286 opcode=[0xE8], variable
2293 opcode=[0xFF], variable
2301 opcode=[0xFF], variable
2309 opcode=[0xFF], variable
2315 opcode=[0xFF], variable
2320 opcode=[0xFF], variable
2327 opcode=[0xFF], variable
2334 opcode=[0xFF], variable
2341 opcode=[0xFF], variable
2347 opcode=[0xFF], variable
2356 opcode=[0xFF], variable
2361 opcode=[0xFF], variable
2371 opcode=[0x9A], variable
2376 opcode=[0x9A], variable
2385 opcode=[0x9A], variable
2390 opcode=[0x9A], variable
2402 opcode=[0x9A], variable
2409 opcode=[0x9A], variable
2419 opcode=[], variable
2424 opcode=[], variable
2430 opcode=[0x00], variable
2436 opcode=[0x00], variable
2441 opcode=[0xEB], variable
2446 opcode=[0xE9], variable
2452 opcode=[0xE9], variable
2458 opcode=[0xE9], variable
2462 opcode=[0xE9], variable
2470 opcode=[0xFF], variable
2478 opcode=[0xFF], variable
2486 opcode=[0xFF], variable
2492 opcode=[0xFF], variable
2497 opcode=[0xFF], variable
2504 opcode=[0xFF], variable
2512 opcode=[0xFF], variable
2519 opcode=[0xFF], variable
2525 opcode=[0xFF], variable
2533 opcode=[0xFF], variable
2537 opcode=[0xFF], variable
2546 opcode=[0xEA], variable
2550 opcode=[0xEA], variable
2559 opcode=[0xEA], variable
2564 opcode=[0xEA], variable
2576 opcode=[0xEA], variable
2583 opcode=[0xEA], variable
2600 opcode=[0xFF], variable
2605 opcode=[0xFF], variable
2618 opcode=[0x00], variable
2625 opcode=[0x00], variable
2638 opcode=[0x01], variable
2643 opcode=[0x00], variable
2648 opcode=[0x01], variable
2653 opcode=[0x00], variable
2659 opcode=[0x01], variable
2666 opcode=[0x00], variable
2689 opcode=[0xC8], variable
2700 opcode=[0xC8], variable
2711 opcode=[0xC8], variable
2733 opcode=[], variable
2737 opcode=[], variable
2742 opcode=[], variable
2747 opcode=[], variable
2753 opcode=[0x70], variable
2760 opcode=[0x0F, 0x80], variable
2767 opcode=[0x0F, 0x80], variable
2774 opcode=[0x0F, 0x80], variable
2780 opcode=[0x0F, 0x80], variable
2819 opcode=[], variable
2824 opcode=[0xE3], variable
2835 opcode=[], variable
2839 opcode=[], variable
2844 opcode=[], variable
2849 opcode=[], variable
2856 opcode=[0xE0], variable
2862 opcode=[0xE0], variable
2879 opcode=[], variable
2886 opcode=[0xE0], variable
2893 opcode=[], variable
2901 opcode=[0xE0], variable
2918 opcode=[0x0F, 0x90], variable
2964 opcode=[0xA7], variable
2994 opcode=[0xA5], variable
3038 opcode=[0x0F, 0x00], variable
3047 opcode=[0x0F, 0xBA], variable
3065 opcode=[0x0F, 0x00], variable
3076 opcode=[0xCD], variable
3097 opcode=[0x62], variable
3113 opcode=[0x0F, 0x00], variable
3120 opcode=[0x0F, 0x00], variable
3131 opcode=[0x63], variable
3152 opcode=[0x0F, 0x00], variable
3158 opcode=[0x0F, 0x00], variable
3168 opcode=[0x0F, 0x00], variable
3184 opcode=[0x0F, 0x00], variable
3193 opcode=[0x0F, 0x00], variable
3260 opcode=[0xD9], variable
3265 opcode=[0xDD], variable
3269 opcode=[0xDB], variable
3274 opcode=[0xD9, 0xC0], variable
3282 opcode=[0xD9], variable
3288 opcode=[0xDD], variable
3293 opcode=[0xDB], variable
3298 opcode=[0xDD, 0xD8], variable
3309 opcode=[0xDB], variable
3320 opcode=[0xDF], variable
3327 opcode=[0xDB], variable
3334 opcode=[0xDD], variable
3342 opcode=[0xDF], variable
3352 opcode=[0xDF], variable
3367 opcode=[0xD9], variable
3373 opcode=[0xDD], variable
3378 opcode=[0xDD, 0xD0], variable
3388 opcode=[0xD9, 0xC8], variable
3392 opcode=[0xD9, 0xC8], variable
3397 opcode=[0xD9, 0xC8], variable
3402 opcode=[0xD9, 0xC9], variable
3414 opcode=[0xD8], variable
3421 opcode=[0xDC], variable
3427 opcode=[0xD8, 0x00], variable
3434 opcode=[0xD8], variable
3442 opcode=[0xD8, 0x01], variable
3448 opcode=[0xD8, 0x00], variable
3461 opcode=[0x00, 0x00], variable
3466 opcode=[0x00, 0x00], variable
3480 opcode=[0xD8], variable
3487 opcode=[0xDC], variable
3493 opcode=[0xD8, 0x00], variable
3498 opcode=[0xD8, 0x00], variable
3504 opcode=[0xDC, 0x00], variable
3510 opcode=[0xDC, 0x00], variable
3517 opcode=[0xDC, 0x00], variable
3531 opcode=[0xDE, 0x01], variable
3536 opcode=[0xDE, 0x00], variable
3541 opcode=[0xDE, 0x00], variable
3563 opcode=[0x04], variable
3570 opcode=[0x00], variable
3591 opcode=[0xD9], variable
3601 opcode=[0x9B, 0xD9], variable
3610 opcode=[0xDD], variable
3616 opcode=[0xDF, 0xE0], variable
3624 opcode=[0x9B, 0xDD], variable
3630 opcode=[0x9B, 0xDF, 0xE0], variable
3638 opcode=[0x00, 0xC0], variable
3651 opcode=[0x0F, 0xC8], variable
3656 opcode=[0x0F, 0xC8], variable
3667 opcode=[0x0F, 0x00+(sz!=8)], variable
3696 opcode=[0x0F, 0xC7], variable
3724 opcode=[0x0F, 0x40], variable
3762 opcode=[0x00, 0x00], variable
3786 opcode=[0x0F, 0xC3], variable
3793 opcode=[0x0F, 0xC3], variable
3801 opcode=[0x0F, 0xAE], variable
3822 opcode=[0x0F, 0x6E], variable
3828 opcode=[0x0F, 0x6E], variable
3833 opcode=[0x0F, 0x7E], variable
3839 opcode=[0x0F, 0x7E], variable
3845 opcode=[0x0F, 0x6E], variable
3852 opcode=[0x0F, 0x6E], variable
3858 opcode=[0x0F, 0x7E], variable
3865 opcode=[0x0F, 0x7E], variable
3879 opcode=[0x0F, 0x6F], variable
3886 opcode=[0x0F, 0x6E], variable
3892 opcode=[0x0F, 0x7F], variable
3899 opcode=[0x0F, 0x7E], variable
3908 opcode=[0x0F, 0x7E], variable
3915 opcode=[0x0F, 0x7E], variable
3923 opcode=[0x0F, 0x6E], variable
3930 opcode=[0x0F, 0xD6], variable
3938 opcode=[0x0F, 0x7E], variable
3947 opcode=[0x0F, 0x00], variable
3954 opcode=[0x0F, 0x00], variable
4040 opcode=[0x0F, 0x00], variable
4046 opcode=[0x0F, 0x00], variable
4054 opcode=[0x0F, 0x00], variable
4061 opcode=[0x0F, 0x00], variable
4082 opcode=[0x0F, 0x00], variable
4090 opcode=[0x0F, 0x00], variable
4099 opcode=[0x0F, 0x00], variable
4108 opcode=[0x0F, 0x00], variable
4156 opcode=[0x0F, 0x00], variable
4164 opcode=[0x0F, 0x00], variable
4173 opcode=[0x0F, 0x00], variable
4181 opcode=[0x0F, 0x00], variable
4191 opcode=[0x0F, 0x00], variable
4199 opcode=[0x0F, 0x00], variable
4208 opcode=[0x0F, 0x00], variable
4216 opcode=[0x0F, 0x00], variable
4226 opcode=[0x0F, 0x00], variable
4234 opcode=[0x0F, 0x00], variable
4274 opcode=[0x0F, 0x00], variable
4282 opcode=[0x0F, 0x00], variable
4292 opcode=[0x0F, 0x00], variable
4301 opcode=[0x0F, 0x00], variable
4313 opcode=[0x0F, 0x00], variable
4319 opcode=[0x0F, 0x00], variable
4329 opcode=[0x0F, 0x00], variable
4342 opcode=[0x0F, 0x00], variable
4351 opcode=[0x0F, 0x00], variable
4361 opcode=[0x0F, 0x00], variable
4371 opcode=[0x0F, 0x00], variable
4381 opcode=[0x0F, 0x00], variable
4392 opcode=[0x0F, 0x00], variable
4404 opcode=[0x0F, 0x00], variable
4411 opcode=[0x0F, 0x00], variable
4419 opcode=[0x0F, 0x00], variable
4428 opcode=[0x0F, 0x00], variable
4459 opcode=[0x0F, 0xC2], variable
4466 opcode=[0x0F, 0xC2], variable
4474 opcode=[0x0F, 0xC2], variable
4483 opcode=[0x0F, 0xC2], variable
4490 opcode=[0x0F, 0xC2], variable
4498 opcode=[0x0F, 0xC2], variable
4507 opcode=[0x0F, 0xC2], variable
4563 opcode=[0x0F, 0x00], variable
4575 opcode=[0x0F, 0x00], variable
4583 opcode=[0x0F, 0x00], variable
4592 opcode=[0x0F, 0x00], variable
4600 opcode=[0x0F, 0x00], variable
4609 opcode=[0x0F, 0x00], variable
4622 opcode=[0x0F, 0x00], variable
4630 opcode=[0x0F, 0x00], variable
4639 opcode=[0x0F, 0x00], variable
4649 opcode=[0x0F, 0x00], variable
4661 opcode=[0x0F, 0xAE], variable
4672 opcode=[0x0F, 0xF7], variable
4685 opcode=[0x0F, 0x00], variable
4693 opcode=[0x0F, 0x00], variable
4700 opcode=[0x0F, 0x00], variable
4707 opcode=[0x0F, 0x00], variable
4714 opcode=[0x0F, 0x00], variable
4721 opcode=[0x0F, 0x00], variable
4733 opcode=[0x0F, 0x00], variable
4740 opcode=[0x0F, 0x00], variable
4754 opcode=[0x0F, 0x00], variable
4761 opcode=[0x0F, 0x01], variable
4769 opcode=[0x0F, 0x00], variable
4784 opcode=[0x0F, 0x50], variable
4793 opcode=[0x0F, 0x50], variable
4802 opcode=[0x0F, 0x50], variable
4812 opcode=[0x0F, 0x50], variable
4823 opcode=[0x0F, 0x00], variable
4831 opcode=[0x0F, 0x00], variable
4840 opcode=[0x0F, 0xE7], variable
4850 opcode=[0x0F, 0x10], variable
4857 opcode=[0x0F, 0x10], variable
4864 opcode=[0x0F, 0x11], variable
4871 opcode=[0x0F, 0x10], variable
4883 opcode=[0x0F, 0xC5], variable
4892 opcode=[0x0F, 0xC5], variable
4901 opcode=[0x0F, 0xC5], variable
4911 opcode=[0x0F, 0xC5], variable
4920 opcode=[0x0F, 0x3A, 0x15], variable
4929 opcode=[0x0F, 0x3A, 0x15], variable
4938 opcode=[0x0F, 0x3A, 0x15], variable
4950 opcode=[0x0F, 0xC4], variable
4960 opcode=[0x0F, 0xC4], variable
4968 opcode=[0x0F, 0xC4], variable
4977 opcode=[0x0F, 0xC4], variable
4988 opcode=[0x0F, 0xC4], variable
4997 opcode=[0x0F, 0xC4], variable
5006 opcode=[0x0F, 0xC4], variable
5018 opcode=[0x0F, 0xC4], variable
5028 opcode=[0x0F, 0xC4], variable
5041 opcode=[0x0F, 0xD7], variable
5049 opcode=[0x0F, 0xD7], variable
5057 opcode=[0x0F, 0xD7], variable
5066 opcode=[0x0F, 0xD7], variable
5076 opcode=[0x0F, 0xD7], variable
5086 opcode=[0x0F, 0xD7], variable
5095 opcode=[0x0F, 0x70], variable
5109 opcode=[0x0F, 0x00], variable
5116 opcode=[0x0F, 0x00], variable
5124 opcode=[0x0F, 0x00], variable
5133 opcode=[0x0F, 0x00], variable
5200 opcode=[0x0F, 0xC2], variable
5207 opcode=[0x0F, 0xC2], variable
5215 opcode=[0x0F, 0xC2], variable
5224 opcode=[0x0F, 0xC2], variable
5250 opcode=[0x0F, 0x00], variable
5258 opcode=[0x0F, 0x00], variable
5268 opcode=[0x0F, 0x00], variable
5277 opcode=[0x0F, 0x00], variable
5288 opcode=[0x0F, 0x00], variable
5298 opcode=[0x0F, 0x00], variable
5309 opcode=[0x0F, 0xC2], variable
5317 opcode=[0x0F, 0xC2], variable
5325 opcode=[0x0F, 0xC2], variable
5334 opcode=[0x0F, 0xC2], variable
5366 opcode=[0x0F, 0x10], variable
5373 opcode=[0x0F, 0x10], variable
5380 opcode=[0x0F, 0x11], variable
5387 opcode=[0x0F, 0x10], variable
5405 opcode=[0x0F, 0x38, 0x80], variable
5414 opcode=[0x0F, 0x38, 0x80], variable
5430 opcode=[0x0F, 0x78], variable
5438 opcode=[0x0F, 0x78], variable
5448 opcode=[0x0F, 0x79], variable
5456 opcode=[0x0F, 0x79], variable
5464 opcode=[0x0F, 0xC7], variable
5474 opcode=[0x0F, 0xC7], variable
5513 opcode=[0x0F, 0xF7], variable
5528 opcode=[0x0F, 0xD6], variable
5537 opcode=[0x0F, 0xD6], variable
5547 opcode=[0x0F, 0x73], variable
5555 opcode=[0x0F, 0x73], variable
5565 opcode=[0x0F, 0x73], variable
5574 opcode=[0x0F, 0x73], variable
5614 opcode=[0x0F, 0xF0], variable
5621 opcode=[0x0F, 0xF0], variable
5636 opcode=[0x0F, 0x38, 0x00], variable
5643 opcode=[0x0F, 0x38, 0x00], variable
5651 opcode=[0x0F, 0x38, 0x00], variable
5660 opcode=[0x0F, 0x38, 0x00], variable
5668 opcode=[0x0F, 0x38, 0x00], variable
5706 opcode=[0x0F, 0x3A, 0x00], variable
5714 opcode=[0x0F, 0x3A, 0x00], variable
5730 opcode=[0x0F, 0x38, 0x00], variable
5738 opcode=[0x0F, 0x38, 0x00], variable
5780 opcode=[0x0F, 0x3A, 0x00], variable
5789 opcode=[0x0F, 0x3A, 0x00], variable
5799 opcode=[0x0F, 0x3A, 0x00], variable
5808 opcode=[0x0F, 0x3A, 0x00], variable
5819 opcode=[0x0F, 0x3A, 0x00], variable
5828 opcode=[0x0F, 0x3A, 0x00], variable
5838 opcode=[0x0F, 0x3A, 0x00], variable
5847 opcode=[0x0F, 0x3A, 0x00], variable
5858 opcode=[0x0F, 0x3A, 0x00], variable
5867 opcode=[0x0F, 0x3A, 0x00], variable
5878 opcode=[0x0F, 0x3A, 0x00], variable
5886 opcode=[0x0F, 0x3A, 0x00], variable
5895 opcode=[0x0F, 0x3A, 0x00], variable
5905 opcode=[0x0F, 0x3A, 0x00], variable
5938 opcode=[0x0F, 0x38, 0x00], variable
5945 opcode=[0x0F, 0x38, 0x00], variable
5960 opcode=[0x0F, 0x3A, 0x00], variable
5970 opcode=[0x0F, 0x3A, 0x00], variable
5985 opcode=[0x0F, 0x3A, 0x00], variable
5995 opcode=[0x0F, 0x3A, 0x00], variable
6009 opcode=[0x0F, 0x38, 0xF0+(sz!=8)], variable
6018 opcode=[0x0F, 0x38, 0xF0+(sz!=8)], variable
6028 opcode=[0x0F, 0x3A, 0x17], variable
6037 opcode=[0x0F, 0x3A, 0x17], variable
6049 opcode=[0x0F, 0x3A, 0x21], variable
6057 opcode=[0x0F, 0x3A, 0x21], variable
6065 opcode=[0x0F, 0x3A, 0x21], variable
6074 opcode=[0x0F, 0x3A, 0x21], variable
6087 opcode=[0x0F, 0x38, 0x2A], variable
6094 opcode=[0x0F, 0x38, 0x2A], variable
6105 opcode=[0x0F, 0x3A, 0x00], variable
6124 opcode=[0x0F, 0x3A, 0x14], variable
6132 opcode=[0x0F, 0x3A, 0x14], variable
6141 opcode=[0x0F, 0x3A, 0x14], variable
6153 opcode=[0x0F, 0x3A, 0x16], variable
6166 opcode=[0x0F, 0x3A, 0x16], variable
6178 opcode=[0x0F, 0x3A, 0x20], variable
6186 opcode=[0x0F, 0x3A, 0x20], variable
6194 opcode=[0x0F, 0x3A, 0x20], variable
6203 opcode=[0x0F, 0x3A, 0x20], variable
6216 opcode=[0x0F, 0x3A, 0x22], variable
6224 opcode=[0x0F, 0x3A, 0x22], variable
6238 opcode=[0x0F, 0x3A, 0x22], variable
6247 opcode=[0x0F, 0x3A, 0x22], variable
6261 opcode=[0x0F, 0x38, 0x00], variable
6268 opcode=[0x0F, 0x38, 0x00], variable
6276 opcode=[0x0F, 0x38, 0x00], variable
6284 opcode=[0x0F, 0x38, 0x00], variable
6324 opcode=[0x0F, 0x00], variable
6341 opcode=[0x0F, 0x6E], variable
6348 opcode=[0x0F, 0x7E], variable
6358 opcode=[0x0F, 0x7E], variable
6365 opcode=[0x0F, 0x7E], variable
6372 opcode=[0x0F, 0xD6], variable
6380 opcode=[0x0F, 0x6E], variable
6388 opcode=[0x0F, 0x7E], variable
6400 opcode=[0x0F, 0x00], variable
6408 opcode=[0x0F, 0x00], variable
6427 opcode=[0x0F, 0x3A, 0x00], variable
6436 opcode=[0x0F, 0x3A, 0x00], variable
6445 opcode=[0x0F, 0x3A, 0x00], variable
6458 opcode=[0x0F, 0x00], variable
6466 opcode=[0x0F, 0x00], variable
6474 opcode=[0x0F, 0x00], variable
6487 opcode=[0x0F, 0x00], variable
6495 opcode=[0x0F, 0x00], variable
6509 opcode=[0x0F, 0x00], variable
6517 opcode=[0x0F, 0x00], variable
6530 opcode=[0x0F, 0x00], variable
6538 opcode=[0x0F, 0x00], variable
6546 opcode=[0x0F, 0x00], variable
6560 opcode=[0x0F, 0x38, 0x00], variable
6572 opcode=[0x0F, 0x38, 0x00], variable
6586 opcode=[0x0F, 0x00], variable
6594 opcode=[0x0F, 0x00], variable
6603 opcode=[0x0F, 0x00], variable
6611 opcode=[0x0F, 0x00], variable
6635 opcode=[0x0F, 0x38, 0x18], variable
6642 opcode=[0x0F, 0x38, 0x18], variable
6649 opcode=[0x0F, 0x38, 0x18], variable
6656 opcode=[0x0F, 0x38, 0x18], variable
6666 opcode=[0x0F, 0x38, 0x19], variable
6673 opcode=[0x0F, 0x38, 0x19], variable
6683 opcode=[0x0F, 0x38, 0x00], variable
6694 opcode=[0x0F, 0x3A, 0x00], variable
6706 opcode=[0x0F, 0x3A, 0x00], variable
6718 opcode=[0x0F, 0x77], variable
6728 opcode=[0x0F, 0x38, 0x00], variable
6736 opcode=[0x0F, 0x38, 0x00], variable
6744 opcode=[0x0F, 0x38, 0x02], variable
6752 opcode=[0x0F, 0x38, 0x02], variable
6765 opcode=[0x0F, 0x38, 0x08], variable
6774 opcode=[0x0F, 0x38, 0x08], variable
6783 opcode=[0x0F, 0x3A, 0x00], variable
6792 opcode=[0x0F, 0x3A, 0x00], variable
6804 opcode=[0x0F, 0x3A, 0x06], variable
6826 opcode=[0x0F, 0x38, 0x00], variable
6841 opcode=[0x0F, 0x3A, 0x00], variable
6853 opcode=[0x0F, 0x3A, 0x46], variable
6868 opcode=[0x0F, 0x38, 0x78], variable
6878 opcode=[0x0F, 0x38, 0x78], variable
6891 opcode=[0x0F, 0x38, 0x79], variable
6901 opcode=[0x0F, 0x38, 0x79], variable
6914 opcode=[0x0F, 0x38, 0x58], variable
6924 opcode=[0x0F, 0x38, 0x58], variable
6937 opcode=[0x0F, 0x38, 0x59], variable
6947 opcode=[0x0F, 0x38, 0x59], variable
6960 opcode=[0x0F, 0x38, 0x00], variable
6972 opcode=[0x0F, 0x38, 0x00], variable
6994 opcode=[0x0F, 0x38, 0x00], variable
7006 opcode=[0x0F, 0x38, 0x02], variable
7020 opcode=[0x0F, 0x3A, 0x00], variable
7035 opcode=[0x0F, 0x38, 0x00], variable
7045 opcode=[0x0F, 0x38, 0x00], variable
7058 opcode=[0x0F, 0x38, 0x00], variable
7068 opcode=[0x0F, 0x38, 0x00], variable
7081 opcode=[0x0F, 0x38, 0x00], variable
7091 opcode=[0x0F, 0x38, 0x00], variable
7104 opcode=[0x0F, 0x38, 0x00], variable
7114 opcode=[0x0F, 0x38, 0x00], variable
7132 opcode=[0x0F, 0x38, 0x00], variable
7142 opcode=[0x0F, 0x38, 0x00], variable
7154 opcode=[0x0F, 0x38, 0x00], variable
7164 opcode=[0x0F, 0x38, 0x00], variable
7175 opcode=[0x0F, 0x38, 0x00], variable
7186 opcode=[0x0F, 0x38, 0x00], variable
7197 opcode=[0x0F, 0x38, 0x00], variable
7208 opcode=[0x0F, 0x38, 0x00], variable
7235 opcode=[0x0F, 0x00, 0x00], variable
7243 opcode=[0x0F, 0x00, 0x00], variable
7263 opcode=[0x0F, 0x00, 0x00], variable
7275 opcode=[0x0F, 0x00, 0x00], variable
7292 opcode=[0x0F, 0x00, 0x00], variable
7301 opcode=[0x0F, 0x00, 0x00], variable
7314 opcode=[0x0F, 0x3A, 0x44], variable
7322 opcode=[0x0F, 0x3A, 0x44], variable
7340 opcode=[0x0F, 0xC7], variable
7347 opcode=[0x0F, 0xC7], variable
7353 opcode=[0x0F, 0xC7], variable
7365 opcode=[0x0F, 0xAE], variable
7373 opcode=[0x0F, 0xAE], variable
7418 opcode=[0x0F, map, 0x00], variable
7426 opcode=[0x0F, map, 0x00], variable
7434 opcode=[0x0F, map, 0x00], variable
7442 opcode=[0x0F, map, 0x00], variable
7455 opcode=[0x0F, 0x78], variable
7462 opcode=[0x0F, 0x79], variable
7471 opcode=[0x0F, 0x78], variable
7479 opcode=[0x0F, 0x79], variable
7488 opcode=[0x0F, 0x2B], variable
7497 opcode=[0x0F, 0x2B], variable
7511 opcode=[0x09, 0x80], variable
7518 opcode=[0x09, 0x80], variable
7527 opcode=[0x09, 0x83], variable
7533 opcode=[0x09, 0x83], variable
7541 opcode=[0x09, 0x82], variable
7547 opcode=[0x09, 0x82], variable
7556 opcode=[0x08, 0xA2], variable
7565 opcode=[0x08, 0xA2], variable
7574 opcode=[0x08, 0xA2], variable
7583 opcode=[0x08, 0xA2], variable
7595 opcode=[0x08, 0x00], variable
7603 opcode=[0x08, 0x00], variable
7628 opcode=[0x09, 0x00], variable
7654 opcode=[0x08, 0x00], variable
7677 opcode=[0x08, 0xA3], variable
7686 opcode=[0x08, 0xA3], variable
7698 opcode=[0x09, 0x90], variable
7707 opcode=[0x09, 0x90], variable
7715 opcode=[0x08, 0xC0], variable
7727 opcode=[0x09, 0x00], variable
7736 opcode=[0x09, 0x00], variable
7754 opcode=[0x0F, 0x3A, 0x00], variable
7765 opcode=[0x0F, 0x3A, 0x00], variable
7776 opcode=[0x0F, 0x3A, 0x00], variable
7787 opcode=[0x0F, 0x3A, 0x00], variable
7813 opcode=[0x0F, 0x3A, 0x00], variable
7824 opcode=[0x0F, 0x3A, 0x00], variable
7835 opcode=[0x0F, 0x3A, 0x00], variable
7867 opcode=[0x00, 0x00], variable
7881 opcode=[0x0F, 0x38, 0xF0], variable
7887 opcode=[0x0F, 0x38, 0xF1], variable
7905 opcode=[0x0F, 0x38, 0x00], variable
7924 opcode=[0x0F, 0x00, 0x00], variable
7939 opcode=[0x0F, 0x00, 0x00], variable
7959 opcode=[0x0F, 0x00, 0x00], variable
7988 opcode=[0x0F, 0x38, 0x82], variable
7996 opcode=[0x0F, 0x38, 0x82], variable
8012 opcode=[0x0F, 0x0F], variable
8062 opcode=[0x0F, 0xC7], variable
8078 opcode=[0x0F, 0x01, 0xDF], variable
8082 opcode=[0x0F, 0x01, 0xDF], variable
8090 opcode=[0x0F, 0x01, 0xDE], variable
8094 opcode=[0x0F, 0x01, 0xDE], variable
8102 opcode=[0x0F, 0x01, 0x00], variable
8107 opcode=[0x0F, 0x01, 0x00], variable
8122 opcode=[0x0F, 0x00], variable
8143 opcode=[0x0F, 0x00], variable
8161 opcode=[0x0F, 0x5E], variable
8177 opcode=[0x0F, 0x36], variable
8185 opcode=[0x0F, 0x79], variable
8194 opcode=[0x0F, 0x00], variable
8204 opcode=[0x0F, 0x78], variable
8223 opcode=[0x0F, 0xA7], variable
8229 opcode=[0x0F, 0xA7], variable
8237 opcode=[0x0F, 0x10], variable
8243 opcode=[0x0F, 0x11], variable
8249 opcode=[0x0F, 0x11], variable
8254 opcode=[0x0F, 0x12], variable
8260 opcode=[0x0F, 0x13], variable
8266 opcode=[0x0F, 0x13], variable
8275 opcode=[0x0F, 0xA6], variable
8281 opcode=[0x0F, 0xA6], variable
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 66 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23460
73 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23461
85 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23462
94 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23463
102 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23464
108 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23465
114 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23466
119 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23467
124 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23468
129 unsigned opcode : 11 member in struct:sm4_token_instruction::__anon23459::__anon23469
134 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23470
139 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23471
144 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23472
149 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23473
154 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon23459::__anon23474
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 179 unsigned Opcode = I->getMachineOpcode();
180 bool HasDst = TII->getOperandIdx(Opcode, AMDGPU::OpName::dst) > -1;
202 TII->getOperandIdx(Opcode, AMDGPU::OpName::src0),
203 TII->getOperandIdx(Opcode, AMDGPU::OpName::src1),
204 TII->getOperandIdx(Opcode, AMDGPU::OpName::src2),
205 TII->getOperandIdx(Opcode, AMDGPU::OpName::src0_X),
206 TII->getOperandIdx(Opcode, AMDGPU::OpName::src0_Y),
207 TII->getOperandIdx(Opcode, AMDGPU::OpName::src0_Z),
208 TII->getOperandIdx(Opcode, AMDGPU::OpName::src0_W),
209 TII->getOperandIdx(Opcode, AMDGPU::OpName::src1_X)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainCstInsn.java 33 * @param opcode {@code non-null;} the opcode
39 public PlainCstInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources, cst);
44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
SwitchInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result,
43 super(opcode, position, result, sources);
45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
ThrowingCstInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public ThrowingCstInsn(Rop opcode, SourcePosition position,
44 super(opcode, position, null, sources, cst);
46 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
  /dalvik/dx/src/com/android/dx/rop/code/
PlainCstInsn.java 33 * @param opcode {@code non-null;} the opcode
39 public PlainCstInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources, cst);
44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
SwitchInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result,
43 super(opcode, position, result, sources);
45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
ThrowingCstInsn.java 36 * @param opcode {@code non-null;} the opcode
42 public ThrowingCstInsn(Rop opcode, SourcePosition position,
45 super(opcode, position, null, sources, cst);
47 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
  /dalvik/vm/mterp/armv5te/
OP_SPUT_WIDE.S 17 beq .L${opcode}_resolve @ yes, do resolve
18 .L${opcode}_finish: @ field ptr in r2, AA in r9
21 GET_INST_OPCODE(r10) @ extract opcode from rINST
39 .L${opcode}_resolve:
57 b .L${opcode}_finish @ resume
OP_EXECUTE_INLINE.S 21 bne .L${opcode}_debugmode @ yes - take slow path
22 .L${opcode}_resume:
27 bl .L${opcode}_continue @ make call; will return after
32 GET_INST_OPCODE(ip) @ extract opcode from rINST
48 .L${opcode}_continue:
62 ldr rINST, .L${opcode}_table @ table of InlineOperation
71 .L${opcode}_debugmode:
75 beq .L${opcode}_resume @ no, just move on
83 bl .L${opcode}_continue @ make call; will return after
92 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_glx.c 63 SendMakeCurrentRequest(Display * dpy, CARD8 opcode,
76 req->reqType = opcode;
94 req->reqType = opcode;
109 req->reqType = opcode;
135 int opcode = __glXSetupForCommand(dpy); local
144 SendMakeCurrentRequest(dpy, opcode, gc->xid, tag, draw, read, &reply);
165 int opcode = __glXSetupForCommand(dpy); local
176 SendMakeCurrentRequest(dpy, opcode, None,
254 CARD8 opcode; local
263 opcode = __glXSetupForCommand(dpy)
303 CARD8 opcode; local
350 CARD8 opcode; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
PlainCstInsn.java 33 * @param opcode {@code non-null;} the opcode
39 public PlainCstInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources, cst);
44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
SwitchInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result,
43 super(opcode, position, result, sources);
45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
ThrowingCstInsn.java 36 * @param opcode {@code non-null;} the opcode
42 public ThrowingCstInsn(Rop opcode, SourcePosition position,
45 super(opcode, position, null, sources, cst);
47 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
  /external/mesa3d/src/glx/
indirect_glx.c 63 SendMakeCurrentRequest(Display * dpy, CARD8 opcode,
76 req->reqType = opcode;
94 req->reqType = opcode;
109 req->reqType = opcode;
135 int opcode = __glXSetupForCommand(dpy); local
144 SendMakeCurrentRequest(dpy, opcode, gc->xid, tag, draw, read, &reply);
165 int opcode = __glXSetupForCommand(dpy); local
176 SendMakeCurrentRequest(dpy, opcode, None,
254 CARD8 opcode; local
263 opcode = __glXSetupForCommand(dpy)
303 CARD8 opcode; local
350 CARD8 opcode; local
    [all...]
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 165 byte opcode = simpleInstruction.opcode;
169 opcode == InstructionConstants.OP_IRETURN ||
170 opcode == InstructionConstants.OP_LRETURN ||
171 opcode == InstructionConstants.OP_FRETURN ||
172 opcode == InstructionConstants.OP_DRETURN ||
173 opcode == InstructionConstants.OP_ARETURN ||
174 opcode == InstructionConstants.OP_RETURN ||
175 opcode == InstructionConstants.OP_ATHROW;
186 byte opcode = variableInstruction.opcode
    [all...]
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler_types.h 15 // This opcode is not used
17 // This disassembler does not recognize this opcode (error)
117 // Everything that's in an Opcode (see below) except the three
118 // alternative opcode structs for different prefixes.
121 // byte in the opcode.
124 // The opcode type
140 struct Opcode {
142 // byte in the opcode.
145 // The opcode type
158 // Alternative opcode info if certain prefixes are specified
    [all...]

Completed in 1753 milliseconds

<<11121314151617181920>>