HomeSort by relevance Sort by last modified time
    Searched defs:tilegx_bundle_bits (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/include/opcode/
tilegx.h 28 typedef unsigned long long tilegx_bundle_bits; typedef
382 get_BFEnd_X0(tilegx_bundle_bits num)
389 get_BFOpcodeExtension_X0(tilegx_bundle_bits num)
396 get_BFStart_X0(tilegx_bundle_bits num)
403 get_BrOff_X1(tilegx_bundle_bits n)
410 get_BrType_X1(tilegx_bundle_bits n)
416 get_Dest_Imm8_X1(tilegx_bundle_bits n)
423 get_Dest_X0(tilegx_bundle_bits num)
430 get_Dest_X1(tilegx_bundle_bits n)
436 get_Dest_Y0(tilegx_bundle_bits num
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeTILEGX-encoder.c 192 typedef unsigned long long tilegx_bundle_bits; typedef
195 #define TILEGX_BUNDLE_MODE_MASK ((tilegx_bundle_bits)3 << 62)
225 typedef tilegx_bundle_bits tile_bundle_bits;
269 tilegx_bundle_bits (*insert) (int op);
272 unsigned int (*extract) (tilegx_bundle_bits bundle);
652 tilegx_bundle_bits fixed_bit_masks[TILEGX_NUM_PIPELINE_ENCODINGS];
656 tilegx_bundle_bits fixed_bit_values[TILEGX_NUM_PIPELINE_ENCODINGS];
    [all...]

Completed in 205 milliseconds