Searched refs:tilegx_bundle_bits (Results 1 – 7 of 7) sorted by relevance
37 typedef ULong tilegx_bundle_bits; typedef40 #define TILEGX_BUNDLE_MODE_MASK ((tilegx_bundle_bits)3 << 62)70 typedef tilegx_bundle_bits tile_bundle_bits;80 get_BFEnd_X0(tilegx_bundle_bits num) in get_BFEnd_X0()87 get_BFOpcodeExtension_X0(tilegx_bundle_bits num) in get_BFOpcodeExtension_X0()94 get_BFStart_X0(tilegx_bundle_bits num) in get_BFStart_X0()101 get_BrOff_X1(tilegx_bundle_bits n) in get_BrOff_X1()108 get_BrType_X1(tilegx_bundle_bits n) in get_BrType_X1()114 get_Dest_Imm8_X1(tilegx_bundle_bits n) in get_Dest_Imm8_X1()121 get_Dest_X0(tilegx_bundle_bits num) in get_Dest_X0()[all …]
7549 find_opcode ( tilegx_bundle_bits bits, tilegx_pipeline pipe ) in find_opcode()7570 parse_insn_tilegx ( tilegx_bundle_bits bits, in parse_insn_tilegx()7631 tilegx_bundle_bits mkTileGxInsn ( Int opc, Int argc, ... ) in mkTileGxInsn()7657 tilegx_bundle_bits7663 tilegx_bundle_bits insn = 0; in encode_insn_tilegx()
556 extern Int decode_and_display ( tilegx_bundle_bits *p, Int count, ULong pc );
393 nr_insn = parse_insn_tilegx((tilegx_bundle_bits)cins, in disInstr_TILEGX_WRK()
1285 Int decode_and_display ( tilegx_bundle_bits *p, Int count, ULong pc ) in decode_and_display()
192 typedef unsigned long long tilegx_bundle_bits; typedef195 #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];1257 get_BFEnd_X0(tilegx_bundle_bits num) in get_BFEnd_X0()1264 get_BFOpcodeExtension_X0(tilegx_bundle_bits num) in get_BFOpcodeExtension_X0()1271 get_BFStart_X0(tilegx_bundle_bits num) in get_BFStart_X0()[all …]
609 tilegx_bundle_bits get_bundle_bit(struct jit_instr *inst) in get_bundle_bit()613 tilegx_bundle_bits bits = opcode->fixed_bit_values[inst->pipe]; in get_bundle_bit()634 tilegx_bundle_bits bits = 0; in update_buffer()