Searched defs:alu_out (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/mips64/ |
D | simulator-mips64.h | 428 inline void SetResult(const int32_t rd_reg, const int64_t alu_out) { in SetResult() 433 inline void SetFPUWordResult(int32_t fd_reg, int32_t alu_out) { in SetFPUWordResult() 438 inline void SetFPUWordResult2(int32_t fd_reg, int32_t alu_out) { in SetFPUWordResult2() 443 inline void SetFPUResult(int32_t fd_reg, int64_t alu_out) { in SetFPUResult() 448 inline void SetFPUResult2(int32_t fd_reg, int64_t alu_out) { in SetFPUResult2() 453 inline void SetFPUFloatResult(int32_t fd_reg, float alu_out) { in SetFPUFloatResult() 458 inline void SetFPUDoubleResult(int32_t fd_reg, double alu_out) { in SetFPUDoubleResult()
|
D | simulator-mips64.cc | 3361 int64_t alu_out = 0x12345678; in DecodeTypeRegisterWRsType() local 3656 int64_t alu_out; in DecodeTypeRegisterSPECIAL() local 4126 int64_t alu_out; in DecodeTypeRegisterSPECIAL2() local 4155 int64_t alu_out; in DecodeTypeRegisterSPECIAL3() local 4764 int64_t alu_out; in DecodeTypeMsaELM() local 6530 int64_t alu_out = 0; in DecodeTypeImmediate() local
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 1135 bool Simulator::OverflowFrom(int32_t alu_out, int32_t left, int32_t right, in OverflowFrom() 1634 intptr_t alu_out = im_val - ra_val; in ExecuteGeneric() local 1721 uintptr_t alu_out = ra_val + im_val; in ExecuteGeneric() local 1735 intptr_t alu_out; in ExecuteGeneric() local 1750 intptr_t alu_out; in ExecuteGeneric() local 1900 intptr_t alu_out = rs_val | im_val; in ExecuteGeneric() local 1909 intptr_t alu_out = rs_val | (im_val << 16); in ExecuteGeneric() local 1918 intptr_t alu_out = rs_val ^ im_val; in ExecuteGeneric() local 1928 intptr_t alu_out = rs_val ^ (im_val << 16); in ExecuteGeneric() local 1937 intptr_t alu_out = rs_val & im_val; in ExecuteGeneric() local [all …]
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 1783 bool Simulator::OverflowFromSigned(T1 alu_out, T1 left, T1 right, in OverflowFromSigned() 3136 uint32_t alu_out = 0; in EVALUATE() local 3456 uint32_t alu_out = 0; in EVALUATE() local 3470 uint32_t alu_out = 0; in EVALUATE() local 3607 int32_t alu_out = 0; in EVALUATE() local 3626 int32_t alu_out = 0; in EVALUATE() local 3644 int32_t alu_out = 0; in EVALUATE() local 3682 int32_t alu_out = 0; in EVALUATE() local 3709 int32_t alu_out = 0; in EVALUATE() local 3724 int32_t alu_out = 0; in EVALUATE() local [all …]
|
/external/v8/src/mips/ |
D | simulator-mips.h | 416 inline void SetResult(int32_t rd_reg, int32_t alu_out) { in SetResult() 421 inline void SetFPUWordResult(int32_t fd_reg, int32_t alu_out) { in SetFPUWordResult() 426 inline void SetFPUResult(int32_t fd_reg, int64_t alu_out) { in SetFPUResult() 431 inline void SetFPUFloatResult(int32_t fd_reg, float alu_out) { in SetFPUFloatResult() 436 inline void SetFPUDoubleResult(int32_t fd_reg, double alu_out) { in SetFPUDoubleResult()
|
D | simulator-mips.cc | 3068 int32_t alu_out = 0x12345678; in DecodeTypeRegisterWRsType() local 3779 int64_t alu_out = 0x12345678; in DecodeTypeRegisterSPECIAL() local 4089 int32_t alu_out; in DecodeTypeRegisterSPECIAL2() local 4112 int32_t alu_out; in DecodeTypeRegisterSPECIAL3() local 4553 int32_t alu_out; in DecodeTypeMsaELM() local 6294 int32_t alu_out = 0; in DecodeTypeImmediate() local
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 1223 bool Simulator::OverflowFrom(int32_t alu_out, in OverflowFrom() 2005 int32_t alu_out = rm_val * rs_val; in DecodeType01() local 2365 int32_t alu_out; in DecodeType01() local
|