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

  /device/google/contexthub/contexthubhal/test/
main.cpp 107 hw_get_module(CONTEXT_HUB_MODULE_ID, (const hw_module_t **)&mMod);
108 if (!mMod)
110 mMod->subscribe_messages(0, contextHubCallback, this);
111 mHubArraySize = mMod->get_hubs(mMod, &mHubArray);
121 if (mMod != nullptr) {
123 mMod->subscribe_messages(0, nullptr, nullptr);
125 dlclose(mMod->common.dso);
126 mMod = nullptr;
138 return (mMod != nullptr) ? mMod->send_message(id, &msg) : 0
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-lex.l 52 [wW]32 yylval.value = M_W32; return MMOD;
59 [tT][fF][uU] yylval.value = M_TFU; return MMOD;
61 <FLAGS>[tT] yylval.value = M_T; return MMOD;
77 [sS]2[rR][nN][dD] yylval.value = M_S2RND; return MMOD;
148 [iI][uU] yylval.value = M_IU; return MMOD;
149 [iI][sS][sS]2 yylval.value = M_ISS2; return MMOD;
150 [iI][sS] yylval.value = M_IS; return MMOD;
151 [iI][hH] yylval.value = M_IH; return MMOD;
159 [fF][uU] yylval.value = M_FU; return MMOD;
tc-bfin.c 1181 bfin_gen_dsp32mac (int op1, int MM, int mmod, int w1, int P,
1190 ASSIGN (mmod);
1214 bfin_gen_dsp32mult (int op1, int MM, int mmod, int w1, int P,
2274 int mmod = ((iw0 >> (DSP32Mac_mmod_bits - 16)) & DSP32Mac_mmod_mask); local
2327 int mmod = ((iw0 >> (DSP32Mac_mmod_bits - 16)) & DSP32Mac_mmod_mask); local
    [all...]
bfin-parse.y 32 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \
33 bfin_gen_dsp32mac (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
36 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \
37 bfin_gen_dsp32mult (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
553 %token M MMOD
577 %type <value> MMOD
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 2944 int mmod = ((iw0 >> (DSP32Mac_mmod_bits - 16)) & DSP32Mac_mmod_mask); local
3028 int mmod = ((iw0 >> (DSP32Mac_mmod_bits - 16)) & DSP32Mac_mmod_mask); local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
bfin.h 33 /* mmod field. */
64 | 1 | 1 | 0 | 0 |.M.| 0 | 0 |.mmod..........|.MM|.P.|.w1|.op1...|
168 | 1 | 1 | 0 | 0 |.M.| 0 | 1 |.mmod..........|.MM|.P.|.w1|.op1...|
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ChangeLog-2007     [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 

Completed in 469 milliseconds