Lines Matching refs:mode64
72 static Bool mode64 = False; variable
705 return mode64 ? mkU64(0x0) : mkU32(0x0); in getIReg()
707 IRType ty = mode64 ? Ity_I64 : Ity_I32; in getIReg()
740 IRType ty = mode64 ? Ity_I64 : Ity_I32; in putIReg()
782 vassert(mode64); in narrowTo()
786 vassert(mode64); in narrowTo()
878 IRType ty = mode64 ? Ity_F64 : Ity_F32; in getFReg()
906 IRType ty = mode64 ? Ity_F64 : Ity_F32; in putFReg()
1320 IRType ty = mode64 ? Ity_I64 : Ity_I32; in disInstr_MIPS_WRK()
1321 IRType tyF = mode64 ? Ity_F64 : Ity_F32; in disInstr_MIPS_WRK()
1379 mode64 ? mkU64(0x0) : mkU32(0x0)), imm); in disInstr_MIPS_WRK()
2223 if ((vex_traceflags & VEX_TRACE_FE) && !mode64) in disInstr_MIPS_WRK()
3188 getIReg(rs), mode64 ? in disInstr_MIPS_WRK()
3504 mode64 = guest_arch != VexArchMIPS32; in disInstr_MIPS()