Home
last modified time | relevance | path

Searched refs:b010 (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h424 RO_LW = LOAD | (0b010 << kFunct3Shift),
429 RO_SW = STORE | (0b010 << kFunct3Shift),
431 RO_SLTI = OP_IMM | (0b010 << kFunct3Shift),
442 RO_SLT = OP | (0b010 << kFunct3Shift) | (0b0000000 << kFunct7Shift),
472 RO_CSRRS = SYSTEM | (0b010 << kFunct3Shift),
481 RO_MULHSU = OP | (0b010 << kFunct3Shift) | (0b0000001 << kFunct7Shift),
496 RO_LR_W = AMO | (0b010 << kFunct3Shift) | (0b00010 << kFunct5Shift),
497 RO_SC_W = AMO | (0b010 << kFunct3Shift) | (0b00011 << kFunct5Shift),
498 RO_AMOSWAP_W = AMO | (0b010 << kFunct3Shift) | (0b00001 << kFunct5Shift),
499 RO_AMOADD_W = AMO | (0b010 << kFunct3Shif
[all...]
H A Dassembler-riscv64.cc1570 GenInstrLoad_ri(0b010, rd, rs1, imm12); in lw()
1592 GenInstrStore_rri(0b010, base, source, imm12); in sw()
1602 GenInstrALU_ri(0b010, rd, rs1, imm12); in slti()
1648 GenInstrALU_rr(0b0000000, 0b010, rd, rs1, rs2); in slt()
1712 GenInstrCSR_ir(0b010, rd, csr, rs1); in csrrs()
1792 GenInstrALU_rr(0b0000001, 0b010, rd, rs1, rs2); in mulhsu()
1840 GenInstrRAtomic(0b00010, aq, rl, 0b010, rd, rs1, zero_reg); in lr_w()
1845 GenInstrRAtomic(0b00011, aq, rl, 0b010, rd, rs1, rs2); in sc_w()
1850 GenInstrRAtomic(0b00001, aq, rl, 0b010, rd, rs1, rs2); in amoswap_w()
1855 GenInstrRAtomic(0b00000, aq, rl, 0b010, r in amoadd_w()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DMathTests.cpp285 ASSERT_FALSE(IsSubset(0b010, 0b101)); in TEST()
299 ASSERT_FALSE(IsSubset(0b010, 0b000)); in TEST()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_reg_type.c224 GFX10_ALIGN1_3SRC_REG_TYPE_DF = 0b010,
231 GFX10_ALIGN1_3SRC_REG_TYPE_UW = 0b010,
H A Dbrw_disasm.c343 [0b010] = "OWord Dual Block Read",
353 [0b010] = "media block write",
408 [0b010] = "SIMD8/DualSrcLow",
/third_party/skia/src/gpu/geometry/
H A DGrShape.h199 kIgnoreWinding_Flag = 0b010,
/third_party/mesa3d/src/compiler/glsl/tests/
H A Darray_refcount_test.cpp679 operand b010 = deref_array( in TEST_F() local
693 deref_array(var_b, b010), in TEST_F()
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dbitfield_unit_tests.rs121 With [0b11100010], then get(0, 3) is 0b010;
/third_party/node/deps/v8/src/common/
H A Dglobals.h1630 V(RequestMaglev_Synchronous, 0b010) \
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc3785 case 0b010: { // RO_FSQNJX_S in DecodeRVRFPType()
3862 case 0b010: { // RO_FEQ_S in DecodeRVRFPType()
4000 case 0b010: { // RO_FSQNJX_D in DecodeRVRFPType()
4046 case 0b010: { // RO_FEQ_S in DecodeRVRFPType()

Completed in 27 milliseconds