Home
last modified time | relevance | path

Searched refs:isHi (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td491 class T_tfr16<bit isHi>
493 "$Rx"#!if(isHi, ".h", ".l")#" = #$u16",
500 let Inst{25-24} = !if(isHi, 0b10, 0b01);
2624 string op2Suffix = "", bit isRaw = 0, bit isHi = 0 >
2631 #!if(isRaw, !if(isHi, ":raw:hi", ":raw:lo"), ""), [] > {
2647 class T_MType_vrcmpy <string mnemonic, bits<3> MajOp, bits<3> MinOp, bit isHi>
2648 : T_MType_mpy <mnemonic, 0b1001, DoubleRegs, MajOp, MinOp, 1, 1, "", 1, isHi>;
/external/clang/lib/AST/
DExpr.cpp3404 bool isHi = Comp == "hi"; in getEncodedElementAccess() local
3412 if (isHi) in getEncodedElementAccess()
/external/llvm-project/clang/lib/AST/
DExpr.cpp3996 bool isHi = Comp == "hi"; in getEncodedElementAccess() local
4004 if (isHi) in getEncodedElementAccess()