HomeSort by relevance Sort by last modified time
    Searched full:inserti8 (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 73 static pANTLR3_UINT8 inserti8 (pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i);
276 string->inserti = inserti8;
1003 inserti8 (pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i) function
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.td 651 defm IC32 : BinaryRXPair<"ic", 0x43, 0xE373, inserti8, GR32, azextloadi8, 1>;
652 defm IC : BinaryRXPair<"ic", 0x43, 0xE373, inserti8, GR64, azextloadi8, 1>;
654 defm : InsertMem<"inserti8", IC32, GR32, azextloadi8, bdxaddr12pair>;
655 defm : InsertMem<"inserti8", IC32Y, GR32, azextloadi8, bdxaddr20pair>;
657 defm : InsertMem<"inserti8", IC, GR64, azextloadi8, bdxaddr12pair>;
658 defm : InsertMem<"inserti8", ICY, GR64, azextloadi8, bdxaddr20pair>;
    [all...]
SystemZOperators.td 485 def inserti8 : PatFrag<(ops node:$src1, node:$src2),
    [all...]

Completed in 81 milliseconds