HomeSort by relevance Sort by last modified time
    Searched refs:opc1 (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 3389 UInt opc1, sz = mode64 ? 8 : 4; local
3410 UInt opc1, sz = mode64 ? 8 : 4; local
3441 UInt opc1; local
3458 UInt opc1; local
4165 UInt opc1, opc2, sz = i->Pin.Load.sz; local
4255 UInt opc1, opc2, sz = i->Pin.Store.sz; local
    [all...]
guest_ppc_toIR.c 2993 UChar opc1 = ifieldOPC(theInstr); local
3630 UChar opc1 = ifieldOPC(theInstr); local
3750 UChar opc1 = ifieldOPC(theInstr); local
4128 UChar opc1 = ifieldOPC(theInstr); local
4257 UChar opc1 = ifieldOPC(theInstr); local
4507 UChar opc1 = ifieldOPC(theInstr); local
4764 UChar opc1 = ifieldOPC(theInstr); local
4952 UChar opc1 = ifieldOPC(theInstr); local
5094 UChar opc1 = ifieldOPC(theInstr); local
5265 UChar opc1 = ifieldOPC(theInstr); local
5475 UChar opc1 = ifieldOPC(theInstr); local
5660 UChar opc1 = ifieldOPC(theInstr); local
5808 UChar opc1 = ifieldOPC(theInstr); local
6019 UChar opc1 = ifieldOPC(theInstr); local
6289 UChar opc1 = ifieldOPC(theInstr); local
6383 UChar opc1 = ifieldOPC(theInstr); local
6640 UChar opc1 = ifieldOPC(theInstr); local
6936 UChar opc1 = ifieldOPC(theInstr); local
7074 UChar opc1 = ifieldOPC(theInstr); local
7205 UChar opc1 = ifieldOPC(theInstr); local
7444 UChar opc1 = ifieldOPC(theInstr); local
7923 UChar opc1 = ifieldOPC(theInstr); local
7991 UChar opc1 = ifieldOPC(theInstr); local
8090 UChar opc1 = ifieldOPC(theInstr); local
8295 UChar opc1 = ifieldOPC(theInstr); local
8377 UChar opc1 = ifieldOPC(theInstr); local
8478 UChar opc1 = ifieldOPC(theInstr); local
9942 UInt opc1 = ifieldOPC( theInstr ); local
10020 UInt opc1 = ifieldOPC( theInstr ); local
10214 UInt opc1 = ifieldOPC( theInstr ); local
11330 UInt opc1 = ifieldOPC( theInstr ); local
11526 UChar opc1 = ifieldOPC(theInstr); local
11577 UChar opc1 = ifieldOPC(theInstr); local
11623 UChar opc1 = ifieldOPC( theInstr ); local
12063 UChar opc1 = ifieldOPC( theInstr ); local
12306 UChar opc1 = ifieldOPC( theInstr ); local
12904 UChar opc1 = ifieldOPC( theInstr ); local
13372 UChar opc1 = ifieldOPC( theInstr ); local
13559 UChar opc1 = ifieldOPC( theInstr ); local
13683 UChar opc1 = ifieldOPC( theInstr ); local
13779 UChar opc1 = ifieldOPC( theInstr ); local
13937 UChar opc1 = ifieldOPC( theInstr ); local
13990 UChar opc1 = ifieldOPC( theInstr ); local
14079 UChar opc1 = ifieldOPC( theInstr ); local
14161 UChar opc1 = ifieldOPC( theInstr ); local
14281 UChar opc1 = ifieldOPC(theInstr); local
14413 UChar opc1 = ifieldOPC(theInstr); local
14499 UChar opc1 = ifieldOPC(theInstr); local
14953 UChar opc1 = ifieldOPC(theInstr); local
15010 UChar opc1 = ifieldOPC(theInstr); local
15102 UChar opc1 = ifieldOPC(theInstr); local
15368 UChar opc1 = ifieldOPC(theInstr); local
15505 UChar opc1 = ifieldOPC(theInstr); local
15686 UChar opc1 = ifieldOPC(theInstr); local
15952 UChar opc1 = ifieldOPC(theInstr); local
16061 UChar opc1 = ifieldOPC(theInstr); local
16154 UChar opc1 = ifieldOPC(theInstr); local
16481 UChar opc1; local
    [all...]
host_mips_defs.c 2602 UInt opc1, sz = mode64 ? 8 : 4; local
2638 UInt opc1, sz = mode64 ? 8 : 4; local
    [all...]
host_arm_defs.c 3714 UInt opc, opc1, opc2; local
    [all...]
  /external/chromium_org/sandbox/win/src/
policy_low_level_unittest.cc 394 size_t opc1 = pr_pipe.GetOpcodeCount(); local
395 EXPECT_EQ(3, opc1);
459 ++opc1;
470 EXPECT_EQ((opc1 + opc2 + opc3), tc2);
471 EXPECT_EQ((opc1 + opc4), tc3);
  /external/qemu/tcg/arm/
tcg-target.c 392 int cond, int opc0, int opc1, int rd0, int rd1,
398 tcg_out32(s, (cond << 28) | (0 << 25) | (opc1 << 21) |
405 tcg_out32(s, (cond << 28) | (0 << 25) | (opc1 << 21) |
    [all...]
  /art/runtime/
disassembler_arm.cc 542 // |111|T|1110|opc1|opc2| |101| |opc3| | | |
544 uint32_t opc1 = (instr >> 20) & 0xF; local
547 if ((opc1 & 0xB) == 0xB) { // 1x11
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 4946 unsigned opc1 = fieldFromInstruction(Val, 4, 4); local
    [all...]

Completed in 231 milliseconds