Searched refs:C2_mask (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonPatterns.td | 518 def: Pat<(v2i16 (sext V2I1:$Pu)), (S2_vtrunehb (C2_mask V2I1:$Pu))>; 519 def: Pat<(v2i32 (sext V2I1:$Pu)), (C2_mask V2I1:$Pu)>; 520 def: Pat<(v4i8 (sext V4I1:$Pu)), (S2_vtrunehb (C2_mask V4I1:$Pu))>; 521 def: Pat<(v4i16 (sext V4I1:$Pu)), (C2_mask V4I1:$Pu)>; 522 def: Pat<(v8i8 (sext V8I1:$Pu)), (C2_mask V8I1:$Pu)>; 528 (A2_andir (LoReg (C2_mask V2I1:$Pu)), (i32 0x00010001))>; 530 (A2_andp (C2_mask V2I1:$Pu), (A2_combineii (i32 1), (i32 1)))>; 532 (A2_andir (LoReg (C2_mask V4I1:$Pu)), (i32 0x01010101))>; 534 (A2_andp (C2_mask V4I1:$Pu), (Vsplatpi (i32 0x00010001)))>; 536 (A2_andp (C2_mask V8I1:$Pu), (Vsplatpi (i32 0x01010101)))>;
|
| D | HexagonBitTracker.cpp | 793 case C2_mask: { in evaluate()
|
| D | HexagonISelDAGToDAG.cpp | 867 SDNode *T = CurDAG->getMachineNode(Hexagon::C2_mask, SDLoc(N), ResTy, in SelectP2D()
|
| D | HexagonDepInstrIntrinsics.inc | 238 {Hexagon::C2_mask, Intrinsic::hexagon_C2_mask},
|
| D | HexagonDepMapAsm2Intrin.td | 459 (C2_mask (C2_tfrrp PredRegs:$src1))>, Requires<[HasV5]>;
|
| D | HexagonDepInstrInfo.td | 3744 def C2_mask : HInst<
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | utf8.c | 2433 const PERL_UINTMAX_T C2_mask = PERL_COUNT_MULTIPLIER * 0xC2; in Perl_utf8_to_bytes() local 2484 ^ C2_mask; in Perl_utf8_to_bytes()
|