Searched refs:i915_decode_alu1 (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/intel/ |
D | intel_decode.c | 849 i915_decode_alu1(struct drm_intel_decode *ctx, in i915_decode_alu1() function 1020 i915_decode_alu1(ctx, i, instr_prefix, "MOV"); in i915_decode_instruction() 1038 i915_decode_alu1(ctx, i, instr_prefix, "FRC"); in i915_decode_instruction() 1041 i915_decode_alu1(ctx, i, instr_prefix, "RCP"); in i915_decode_instruction() 1044 i915_decode_alu1(ctx, i, instr_prefix, "RSQ"); in i915_decode_instruction() 1047 i915_decode_alu1(ctx, i, instr_prefix, "EXP"); in i915_decode_instruction() 1050 i915_decode_alu1(ctx, i, instr_prefix, "LOG"); in i915_decode_instruction() 1062 i915_decode_alu1(ctx, i, instr_prefix, "FLR"); in i915_decode_instruction() 1065 i915_decode_alu1(ctx, i, instr_prefix, "MOD"); in i915_decode_instruction() 1068 i915_decode_alu1(ctx, i, instr_prefix, "TRC"); in i915_decode_instruction()
|