Searched refs:tilegx_bundle_bits (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/VEX/priv/ |
D | tilegx_disasm.h | 37 typedef ULong tilegx_bundle_bits; typedef 40 #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 …]
|
D | tilegx_disasm.c | 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_bits 7663 tilegx_bundle_bits insn = 0; in encode_insn_tilegx()
|
D | host_tilegx_defs.h | 556 extern Int decode_and_display ( tilegx_bundle_bits *p, Int count, ULong pc );
|
D | guest_tilegx_toIR.c | 409 nr_insn = parse_insn_tilegx((tilegx_bundle_bits)cins, in disInstr_TILEGX_WRK()
|
D | host_tilegx_defs.c | 1285 Int decode_and_display ( tilegx_bundle_bits *p, Int count, ULong pc ) in decode_and_display()
|
/external/pcre/dist/sljit/ |
D | 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]; 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 …]
|
D | sljitNativeTILEGX_64.c | 607 tilegx_bundle_bits get_bundle_bit(struct jit_instr *inst) in get_bundle_bit() 611 tilegx_bundle_bits bits = opcode->fixed_bit_values[inst->pipe]; in get_bundle_bit() 631 tilegx_bundle_bits bits = 0; in update_buffer()
|
/external/valgrind/none/tests/tilegx/ |
D | gen_insn_test.c | 99 static tilegx_bundle_bits 102 static tilegx_bundle_bits 105 static int decode( tilegx_bundle_bits *p, int count, ULong pc ); 176 static tilegx_bundle_bits 183 tilegx_bundle_bits insn = 0; in encode_insn_tilegx_X() 413 static tilegx_bundle_bits 423 tilegx_bundle_bits insn = 0; in encode_insn_tilegx_Y() 685 int decode( tilegx_bundle_bits *p, int count, ULong pc ) in decode()
|