Home
last modified time | relevance | path

Searched defs:opc1 (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c2895 UChar opc1 = ifieldOPC(theInstr); in dis_int_arith() local
3532 UChar opc1 = ifieldOPC(theInstr); in dis_int_cmp() local
3652 UChar opc1 = ifieldOPC(theInstr); in dis_int_logic() local
4010 UChar opc1 = ifieldOPC(theInstr); in dis_int_parity() local
4139 UChar opc1 = ifieldOPC(theInstr); in dis_int_rot() local
4389 UChar opc1 = ifieldOPC(theInstr); in dis_int_load() local
4646 UChar opc1 = ifieldOPC(theInstr); in dis_int_store() local
4834 UChar opc1 = ifieldOPC(theInstr); in dis_int_ldst_mult() local
4976 UChar opc1 = ifieldOPC(theInstr); in dis_int_ldst_str() local
5147 UChar opc1 = ifieldOPC(theInstr); in dis_branch() local
[all …]
Dhost_ppc_defs.c2325 static UChar* mkFormD ( UChar* p, UInt opc1, in mkFormD()
2337 static UChar* mkFormMD ( UChar* p, UInt opc1, UInt r1, UInt r2, in mkFormMD()
2354 static UChar* mkFormX ( UChar* p, UInt opc1, UInt r1, UInt r2, in mkFormX()
2369 static UChar* mkFormXO ( UChar* p, UInt opc1, UInt r1, UInt r2, in mkFormXO()
2385 static UChar* mkFormXL ( UChar* p, UInt opc1, UInt f1, UInt f2, in mkFormXL()
2435 static UChar* mkFormXS ( UChar* p, UInt opc1, UInt r1, UInt r2, in mkFormXS()
2480 static UChar* mkFormM ( UChar* p, UInt opc1, UInt r1, UInt r2, in mkFormM()
2496 static UChar* mkFormA ( UChar* p, UInt opc1, UInt r1, UInt r2, in mkFormA()
2512 static UChar* doAMode_IR ( UChar* p, UInt opc1, UInt rSD, in doAMode_IR()
2532 static UChar* doAMode_RR ( UChar* p, UInt opc1, UInt opc2, in doAMode_RR()
[all …]
Dhost_arm_defs.c3354 UInt opc, opc1, opc2; in emit_ARMInstr() local
/external/qemu/tcg/arm/
Dtcg-target.c392 int cond, int opc0, int opc1, int rd0, int rd1, in tcg_out_dat_reg2()
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp4418 unsigned opc1 = fieldFromInstruction32(Val, 4, 4); in DecodeMRRC2() local