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 3568 UInt opc1, sz = mode64 ? 8 : 4; local
3589 UInt opc1, sz = mode64 ? 8 : 4; local
3620 UInt opc1; local
3637 UInt opc1; local
4354 UInt opc1, opc2, sz = i->Pin.Load.sz; local
4444 UInt opc1, opc2, sz = i->Pin.Store.sz; local
    [all...]
guest_ppc_toIR.c 3211 UChar opc1 = ifieldOPC(theInstr); local
3848 UChar opc1 = ifieldOPC(theInstr); local
3968 UChar opc1 = ifieldOPC(theInstr); local
4346 UChar opc1 = ifieldOPC(theInstr); local
4475 UChar opc1 = ifieldOPC(theInstr); local
4725 UChar opc1 = ifieldOPC(theInstr); local
5016 UChar opc1 = ifieldOPC(theInstr); local
5234 UChar opc1 = ifieldOPC(theInstr); local
5377 UChar opc1 = ifieldOPC(theInstr); local
5548 UChar opc1 = ifieldOPC(theInstr); local
5758 UChar opc1 = ifieldOPC(theInstr); local
5943 UChar opc1 = ifieldOPC(theInstr); local
6091 UChar opc1 = ifieldOPC(theInstr); local
6377 UChar opc1 = ifieldOPC(theInstr); local
6643 UChar opc1 = ifieldOPC(theInstr); local
6737 UChar opc1 = ifieldOPC(theInstr); local
7141 UChar opc1 = ifieldOPC(theInstr); local
7439 UChar opc1 = ifieldOPC(theInstr); local
7577 UChar opc1 = ifieldOPC(theInstr); local
7708 UChar opc1 = ifieldOPC(theInstr); local
7946 UChar opc1 = ifieldOPC(theInstr); local
8425 UChar opc1 = ifieldOPC(theInstr); local
8493 UChar opc1 = ifieldOPC(theInstr); local
8592 UChar opc1 = ifieldOPC(theInstr); local
8805 UChar opc1 = ifieldOPC(theInstr); local
8941 UChar opc1 = ifieldOPC(theInstr); local
9042 UChar opc1 = ifieldOPC(theInstr); local
10555 UInt opc1 = ifieldOPC( theInstr ); local
10633 UInt opc1 = ifieldOPC( theInstr ); local
10823 UInt opc1 = ifieldOPC( theInstr ); local
11933 UInt opc1 = ifieldOPC( theInstr ); local
12129 UChar opc1 = ifieldOPC(theInstr); local
12180 UChar opc1 = ifieldOPC(theInstr); local
12226 UChar opc1 = ifieldOPC( theInstr ); local
12724 UChar opc1 = ifieldOPC( theInstr ); local
12967 UChar opc1 = ifieldOPC( theInstr ); local
13294 UChar opc1 = ifieldOPC( theInstr ); local
13757 UChar opc1 = ifieldOPC( theInstr ); local
14224 UChar opc1 = ifieldOPC( theInstr ); local
14553 UChar opc1 = ifieldOPC( theInstr ); local
14677 UChar opc1 = ifieldOPC( theInstr ); local
14773 UChar opc1 = ifieldOPC( theInstr ); local
14983 UChar opc1 = ifieldOPC( theInstr ); local
15054 UChar opc1 = ifieldOPC( theInstr ); local
15180 UChar opc1 = ifieldOPC( theInstr ); local
15287 UChar opc1 = ifieldOPC( theInstr ); local
15407 UChar opc1 = ifieldOPC(theInstr); local
15539 UChar opc1 = ifieldOPC(theInstr); local
15625 UChar opc1 = ifieldOPC(theInstr); local
16132 UChar opc1 = ifieldOPC(theInstr); local
16210 UChar opc1 = ifieldOPC(theInstr); local
16320 UChar opc1 = ifieldOPC(theInstr); local
16586 UChar opc1 = ifieldOPC(theInstr); local
16640 UChar opc1 = ifieldOPC(theInstr); local
16798 UChar opc1 = ifieldOPC(theInstr); local
17019 UChar opc1 = ifieldOPC(theInstr); local
17339 UChar opc1 = ifieldOPC(theInstr); local
17400 UChar opc1 = ifieldOPC(theInstr); local
17523 UChar opc1 = ifieldOPC(theInstr); local
17725 UChar opc1 = ifieldOPC(theInstr); local
17771 UChar opc1 = ifieldOPC(theInstr); local
17888 UChar opc1 = ifieldOPC(theInstr); local
17982 UChar opc1 = ifieldOPC(theInstr); local
18492 UChar opc1; local
    [all...]
host_mips_defs.c     [all...]
host_arm_defs.c 3853 UInt opc, opc1, opc2; local
    [all...]
guest_mips_toIR.c 2065 UChar opc1 = get_opcode(theInstr); local
2176 UChar opc1 = get_opcode(theInstr); 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/target-arm/
cpu.h 466 * Crn, Crm, opc1, opc2 fields
469 * We allow 4 bits for opc1 because MRRC/MCRR have a 4 bit field.
472 #define ENCODE_CP_REG(cp, is64, crn, crm, opc1, opc2) \
474 ((crm) << 7) | ((opc1) << 3) | (opc2))
510 * same (cp, is64, crn, crm, opc1, opc2) tuple: either the new or the
603 /* Location of register: coprocessor number and (crn,crm,opc1,opc2)
604 * tuple. Any of crm, opc1 and opc2 may be CP_ANY to indicate a
607 * callbacks will be passed an ARMCPRegInfo with the crn/crm/opc1/opc2
610 * For 64 bit registers, only crm and opc1 are relevant; crn and opc2
616 uint8_t opc1; member in struct:ARMCPRegInfo
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 4971 unsigned opc1 = fieldFromInstruction(Val, 4, 4); local
    [all...]

Completed in 592 milliseconds