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

  /external/valgrind/VEX/priv/
host_amd64_defs.h 708 AMD64Instr;
710 extern AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst );
711 extern AMD64Instr* AMD64Instr_Alu64R ( AMD64AluOp, AMD64RMI*, HReg );
712 extern AMD64Instr* AMD64Instr_Alu64M ( AMD64AluOp, AMD64RI*, AMD64AMode* );
713 extern AMD64Instr* AMD64Instr_Unary64 ( AMD64UnaryOp op, HReg dst );
714 extern AMD64Instr* AMD64Instr_Lea64 ( AMD64AMode* am, HReg dst );
715 extern AMD64Instr* AMD64Instr_Alu32R ( AMD64AluOp, AMD64RMI*, HReg );
716 extern AMD64Instr* AMD64Instr_Sh64 ( AMD64ShiftOp, UInt, HReg );
717 extern AMD64Instr* AMD64Instr_Test64 ( UInt imm32, HReg dst );
718 extern AMD64Instr* AMD64Instr_MulL ( Bool syned, AMD64RM* )
    [all...]
host_amd64_defs.c 589 AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst ) {
590 AMD64Instr* i = LibVEX_Alloc_inline(sizeof(AMD64Instr));
596 AMD64Instr* AMD64Instr_Alu64R ( AMD64AluOp op, AMD64RMI* src, HReg dst ) {
597 AMD64Instr* i = LibVEX_Alloc_inline(sizeof(AMD64Instr));
604 AMD64Instr* AMD64Instr_Alu64M ( AMD64AluOp op, AMD64RI* src, AMD64AMode* dst ) {
605 AMD64Instr* i = LibVEX_Alloc_inline(sizeof(AMD64Instr));
613 AMD64Instr* AMD64Instr_Sh64 ( AMD64ShiftOp op, UInt src, HReg dst )
    [all...]
host_amd64_isel.c 185 static void addInstr ( ISelEnv* env, AMD64Instr* instr )
310 static AMD64Instr* mk_iMOVsd_RR ( HReg src, HReg dst )
319 static AMD64Instr* mk_vMOVsd_RR ( HReg src, HReg dst )
364 static AMD64Instr* iselIntExpr_single_instruction ( ISelEnv* env,
437 AMD64Instr* fastinstrs[6];
    [all...]

Completed in 37 milliseconds