Home
last modified time | relevance | path

Searched refs:isT (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c8327 Bool isT, IRTemp condT ) in dis_neon_load_or_store() argument
8340 if (isT) { in dis_neon_load_or_store()
8352 assign(initialRn, isT ? getIRegT(rN) : getIRegA(rN)); in dis_neon_load_or_store()
8355 assign(initialRm, isT ? getIRegT(rM) : getIRegA(rM)); in dis_neon_load_or_store()
8506 if (isT) in dis_neon_load_or_store()
8514 if (isT) in dis_neon_load_or_store()
8780 if (isT) in dis_neon_load_or_store()
8839 Bool isT in decode_NEON_instruction() argument
8853 if (!isT) in decode_NEON_instruction()
8860 if (!isT && INSN(31,25) == BITS7(1,1,1,1,0,0,1)) { in decode_NEON_instruction()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc115 #define isT(u) (hb_in_ranges ((u), 0x11A8u, 0x11FFu, 0xD7CBu, 0xD7FBu)) macro
261 if (isT (t)) in preprocess_text_hangul()
337 isT (buffer->cur(+1).codepoint))) in preprocess_text_hangul()
/external/valgrind/coregrind/
Dm_stacktrace.c892 Bool isT = (ra & 1); in looks_like_RA() local
893 if (isT) { in looks_like_RA()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h465 unsigned Align = 0, int Offs = 0, bool isT=false,
473 unsigned Align = 0, int Offs = 0, bool isT=false,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1091 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT, bool isO) { in getConstant() argument
1096 return getConstant(APInt(EltVT.getSizeInBits(), Val), VT, isT, isO); in getConstant()
1099 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT, bool isO) in getConstant() argument
1101 return getConstant(*ConstantInt::get(*Context, Val), VT, isT, isO); in getConstant()
1104 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT, in getConstant() argument
1145 ViaEltVT, isT, isO)); in getConstant()
1172 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
1184 N = new (NodeAllocator) ConstantSDNode(isT, isO, Elt, EltVT); in getConstant()