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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_ir_fs.h 32 class fs_reg : public backend_reg { class in inherits:backend_reg
34 DECLARE_RALLOC_CXX_OPERATORS(fs_reg)
38 fs_reg();
39 fs_reg(struct ::brw_reg reg);
40 fs_reg(enum brw_reg_file file, int nr);
41 fs_reg(enum brw_reg_file file, int nr, enum brw_reg_type type);
43 bool equals(const fs_reg &r) const;
56 static inline fs_reg
57 negate(fs_reg reg)
64 static inline fs_reg
    [all...]
brw_fs.cpp 51 fs_inst::init(enum opcode opcode, uint8_t exec_size, const fs_reg &dst,
52 const fs_reg *src, unsigned sources)
56 this->src = new fs_reg[MAX2(sources, 3)];
102 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst)
107 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst,
108 const fs_reg &src0)
110 const fs_reg src[1] = { src0 };
114 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst,
115 const fs_reg &src0, const fs_reg &src1
412 fs_reg::fs_reg() function in class:fs_reg
418 fs_reg::fs_reg(struct ::brw_reg reg) : function in class:fs_reg
961 fs_reg::fs_reg(enum brw_reg_file file, int nr) function in class:fs_reg
970 fs_reg::fs_reg(enum brw_reg_file file, int nr, enum brw_reg_type type) function in class:fs_reg
    [all...]
  /external/v8/src/mips/
simulator-mips.h 370 inline int32_t fs_reg() const { return instr_.FsValue(); } function in class:v8::internal::Simulator
  /external/v8/src/mips64/
simulator-mips64.h 391 inline int32_t fs_reg() const { return instr_.FsValue(); } function in class:v8::internal::Simulator
  /toolchain/binutils/binutils-2.27/opcodes/
i386-dis.c 365 #define fs { OP_REG, fs_reg }
627 fs_reg, enumerator in enum:__anon5062
    [all...]

Completed in 316 milliseconds