Home
last modified time | relevance | path

Searched defs:isF64 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_arm_defs.c1368 ARMInstr* ARMInstr_VRIntR ( Bool isF64, HReg dst, HReg src ) in ARMInstr_VRIntR()
1377 ARMInstr* ARMInstr_VMinMaxNum ( Bool isF64, Bool isMax, in ARMInstr_VMinMaxNum()
3917 Bool isF64 = i->ARMin.VRIntR.isF64; in emit_ARMInstr() local
3940 Bool isF64 = i->ARMin.VMinMaxNum.isF64; in emit_ARMInstr() local
Dhost_arm_defs.h861 Bool isF64; member
868 Bool isF64; member
Dguest_arm_toIR.c13505 Bool isF64 = INSN(8,8) == 1; in decode_V8_instruction() local
13552 Bool isF64 = INSN(8,8) == 1; in decode_V8_instruction() local
13605 Bool isF64 = INSN(8,8) == 1; in decode_V8_instruction() local
13646 Bool isF64 = INSN(8,8) == 1; in decode_V8_instruction() local
13707 Bool isF64 = INSN(8,8) == 1; in decode_V8_instruction() local
13756 Bool isF64 = INSN(8,8) == 1; in decode_V8_instruction() local
Dguest_arm64_toIR.c12778 Bool isF64 = (size & 1) == 1; in dis_AdvSIMD_two_reg_misc() local
14011 Bool isF64 = (ty & 1) == 1; in dis_AdvSIMD_fp_to_from_fixedp_conv() local
14062 Bool isF64 = (ty & 1) == 1; in dis_AdvSIMD_fp_to_from_fixedp_conv() local
14139 Bool isF64 = (ty & 1) == 1; in dis_AdvSIMD_fp_to_from_int_conv() local
14253 Bool isF64 = (ty & 1) == 1; in dis_AdvSIMD_fp_to_from_int_conv() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp3709 bool isF64 = Ty->isFloatingType() && getContext().getTypeSize(Ty) == 64; in EmitVAArg() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp21311 bool isF64 = ArgVT == MVT::f64; in LowerFSINCOS() local