Searched refs:opcode (Results 101 - 125 of 987) sorted by relevance

1234567891011>>

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction20t.java45 public BuilderInstruction20t(@Nonnull Opcode opcode, argument
47 super(opcode, target);
H A DBuilderInstruction30t.java45 public BuilderInstruction30t(@Nonnull Opcode opcode, argument
47 super(opcode, target);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
H A DDexBackedInstruction10t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction10t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction11x.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction11x(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction12x.java43 @Nonnull Opcode opcode,
45 super(dexFile, opcode, instructionStart);
42 DexBackedInstruction12x(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction20t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction20t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction21ih.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction21ih(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction21lh.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction21lh(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction21s.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction21s(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction21t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction21t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction22b.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction22b(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction22x.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction22x(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction23x.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction23x(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction30t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction30t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction31i.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction31i(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction31t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction31t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction32x.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction32x(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction3rmi.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction3rmi(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction3rms.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction3rms(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction51l.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction51l(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction10x.java43 public ImmutableInstruction10x(@Nonnull Opcode opcode) { argument
44 super(opcode);
/external/chromium_org/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc25 switch (node->opcode()) {
50 ArchOpcode opcode; local
54 opcode = kIA32Movss;
57 opcode = kIA32Movsd;
61 opcode = typ == kTypeInt32 ? kIA32Movsxbl : kIA32Movzxbl;
64 opcode = typ == kTypeInt32 ? kIA32Movsxwl : kIA32Movzxwl;
68 opcode = kIA32Movl;
76 Emit(opcode | AddressingModeField::encode(kMode_MI),
79 Emit(opcode | AddressingModeField::encode(kMode_MRI),
84 Emit(opcode | AddressingModeFiel
122 ArchOpcode opcode; local
165 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) argument
208 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) argument
237 VisitShift(InstructionSelector* selector, Node* node, ArchOpcode opcode) argument
315 VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode opcode) argument
336 VisitMod(InstructionSelector* selector, Node* node, ArchOpcode opcode) argument
439 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand* left, InstructionOperand* right, FlagsContinuation* cont) argument
459 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) argument
534 InstructionCode opcode; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dgen_x86_insn.py257 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/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DInsn.java26 * an opcode (which specifies operation and source/result types), a
31 /** {@code non-null;} opcode */
32 private final Rop opcode; field in class:Insn
46 * @param opcode {@code non-null;} the opcode
51 public Insn(Rop opcode, SourcePosition position, RegisterSpec result, argument
53 if (opcode == null) {
54 throw new NullPointerException("opcode == null");
65 this.opcode = opcode;
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dprog.h88 // Constructors per opcode
99 InstOp opcode() { return static_cast<InstOp>(out_opcode_&7); } function in class:re2::Prog::Inst
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; }
102 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; }
103 int lo() { DCHECK_EQ(opcode(), kInstByteRange); return lo_; }
104 int hi() { DCHECK_EQ(opcode(), kInstByteRange); return hi_; }
105 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return foldcase_; }
106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; }
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidt
129 set_opcode(InstOp opcode) argument
137 set_out_opcode(int out, InstOp opcode) argument
[all...]

Completed in 532 milliseconds

1234567891011>>