Searched refs:fs_reg (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h67 class fs_reg { class
83 fs_reg();
84 fs_reg(float f);
85 fs_reg(int32_t i);
86 fs_reg(uint32_t u);
87 fs_reg(struct brw_reg fixed_hw_reg);
88 fs_reg(enum register_file file, int reg);
89 fs_reg(enum register_file file, int reg, uint32_t type);
90 fs_reg(class fs_visitor *v, const struct glsl_type *type);
92 bool equals(const fs_reg
[all...]
H A Dbrw_fs_visitor.cpp56 fs_reg *reg = NULL;
73 reg = new(this->mem_ctx) fs_reg(this, ir->type);
127 reg = new(this->mem_ctx) fs_reg(UNIFORM, param_index);
132 reg = new(this->mem_ctx) fs_reg(this, ir->type);
140 fs_reg *reg = variable_storage(ir->var);
195 fs_reg src = this->result;
204 this->result = fs_reg(this, ir->type);
239 fs_reg src0 = this->result;
242 fs_reg src1 = this->result;
245 fs_reg src
[all...]
H A Dbrw_fs.cpp77 fs_inst::fs_inst(enum opcode opcode, fs_reg dst)
87 fs_inst::fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0)
100 fs_inst::fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1)
116 fs_inst::fs_inst(enum opcode opcode, fs_reg dst,
117 fs_reg src0, fs_reg src1, fs_reg src
213 fs_reg::fs_reg() function in class:fs_reg
220 fs_reg::fs_reg(float f) function in class:fs_reg
229 fs_reg::fs_reg(int32_t i) function in class:fs_reg
238 fs_reg::fs_reg(uint32_t u) function in class:fs_reg
247 fs_reg::fs_reg(struct brw_reg fixed_hw_reg) function in class:fs_reg
441 fs_reg::fs_reg(enum register_file file, int reg) function in class:fs_reg
450 fs_reg::fs_reg(enum register_file file, int reg, uint32_t type) function in class:fs_reg
459 fs_reg::fs_reg(class fs_visitor *v, const struct glsl_type *type) function in class:fs_reg
[all...]
H A Dbrw_fs_cse.cpp41 fs_reg tmp;
78 operands_match(fs_reg *xs, fs_reg *ys)
128 entry->tmp = fs_reg(this, glsl_type::float_type);
H A Dbrw_fs_copy_propagation.cpp29 fs_reg dst;
30 fs_reg src;
H A Dbrw_fs_reg_allocate.cpp34 assign_reg(int *reg_hw_locations, fs_reg *reg, int reg_width)
283 fs_visitor::emit_unspill(fs_inst *inst, fs_reg dst, uint32_t spill_offset)
412 fs_reg unspill_reg = inst->dst;
420 fs_reg spill_src = inst->dst;
H A Dbrw_fs_emit.cpp653 static uint32_t brw_file_from_reg(fs_reg *reg)
671 brw_reg_from_fs_reg(fs_reg *reg)
/external/v8/src/mips/
H A Dsimulator-mips.cc2423 fs = get_fpu_register_double(fs_reg());
2813 float fs = get_fpu_register_float(fs_reg());
2818 alu_out = get_fpu_register_signed_word(fs_reg());
2822 alu_out = get_fpu_register_signed_word(fs_reg());
2906 fs = get_fpu_register_float(fs_reg());
3046 float fs = get_fpu_register_float(fs_reg());
3113 ? get_fpu_register_float(fs_reg())
3119 ? get_fpu_register_float(fs_reg())
3301 double fs = get_fpu_register_double(fs_reg());
3309 i64 = get_fpu_register(fs_reg());
[all...]
H A Dsimulator-mips.h373 inline int32_t fs_reg() const { return instr_.FsValue(); } function in class:v8::internal::Simulator
/external/v8/src/mips64/
H A Dsimulator-mips64.cc2417 fs = get_fpu_register_float(fs_reg());
2741 ? get_fpu_register_float(fs_reg())
2747 ? get_fpu_register_float(fs_reg())
2789 fs = get_fpu_register_double(fs_reg());
3153 float fs = get_fpu_register_float(fs_reg());
3158 alu_out = get_fpu_register_signed_word(fs_reg());
3162 alu_out = get_fpu_register_signed_word(fs_reg());
3245 double fs = get_fpu_register_double(fs_reg());
3250 i64 = get_fpu_register(fs_reg());
3254 i64 = get_fpu_register(fs_reg());
[all...]
H A Dsimulator-mips64.h388 inline int32_t fs_reg() const { return instr_.FsValue(); } function in class:v8::internal::Simulator

Completed in 145 milliseconds