Home
last modified time | relevance | path

Searched refs:dpop (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/MC/Mips/
Docteon-instructions.s24 # CHECK: dpop $9, $6 # encoding: [0x70,0xc0,0x48,0x2d]
25 # CHECK: dpop $15, $22 # encoding: [0x72,0xc0,0x78,0x2d]
26 # CHECK: dpop $12, $12 # encoding: [0x71,0x80,0x60,0x2d]
83 dpop $9, $6
84 dpop $15, $22
85 dpop $12
/external/proguard/src/proguard/evaluation/
DProcessor.java185 Value value = stack.dpop(); in visitSimpleInstruction()
248 stack.push(stack.dpop().add(stack.dpop())); in visitSimpleInstruction()
264 stack.push(stack.dpop().subtractFrom(stack.dpop())); in visitSimpleInstruction()
280 stack.push(stack.dpop().multiply(stack.dpop())); in visitSimpleInstruction()
318 stack.push(stack.dpop().divideOf(stack.dpop())); in visitSimpleInstruction()
356 stack.push(stack.dpop().remainderOf(stack.dpop())); in visitSimpleInstruction()
372 stack.push(stack.dpop().negate()); in visitSimpleInstruction()
460 stack.push(stack.dpop().convertToInteger()); in visitSimpleInstruction()
464 stack.push(stack.dpop().convertToLong()); in visitSimpleInstruction()
468 stack.push(stack.dpop().convertToFloat()); in visitSimpleInstruction()
[all …]
DStack.java319 public DoubleValue dpop() in dpop() method in Stack
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c95 int fop, dfop, dpop; in i830StencilOpSeparate() local
104 dpop = 0; in i830StencilOpSeparate()
164 dpop = STENCILOP_KEEP; in i830StencilOpSeparate()
167 dpop = STENCILOP_ZERO; in i830StencilOpSeparate()
170 dpop = STENCILOP_REPLACE; in i830StencilOpSeparate()
173 dpop = STENCILOP_INCRSAT; in i830StencilOpSeparate()
176 dpop = STENCILOP_DECRSAT; in i830StencilOpSeparate()
179 dpop = STENCILOP_INCR; in i830StencilOpSeparate()
182 dpop = STENCILOP_DECR; in i830StencilOpSeparate()
185 dpop = STENCILOP_INVERT; in i830StencilOpSeparate()
[all …]
/external/llvm/test/CodeGen/Mips/
Docteon_popcnt.ll39 ; OCTEON: dpop $2, $4
41 ; MIPS64-NOT: dpop
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c482 int dpop = i915_translate_stencil_op(depth_stencil->stencil[0].zpass_op); in i915_create_depth_stencil_state() local
489 (dpop << S5_STENCIL_PASS_Z_PASS_SHIFT)); in i915_create_depth_stencil_state()
496 int dpop = i915_translate_stencil_op(depth_stencil->stencil[1].zpass_op); in i915_create_depth_stencil_state() local
508 (dpop << BFO_STENCIL_PASS_Z_PASS_SHIFT)); in i915_create_depth_stencil_state()
/external/valgrind/none/tests/mips64/
Dcvm_atomic.stdout.exp-BE4033 dpop $t3, $t1 :: rd 0x1e, rs 0x9e705cc51ad8dca0, rt 0x0
4034 dpop $t3, $t1 :: rd 0x26, rs 0x94ff52fc81afa797, rt 0x0
4035 dpop $t3, $t1 :: rd 0x1f, rs 0x3c2cd9a9cda20766, rt 0x0
4036 dpop $t3, $t1 :: rd 0x1e, rs 0x2f39454412d6e4a7, rt 0x0
4037 dpop $t3, $t1 :: rd 0x19, rs 0x87750a04ad765040, rt 0x0
4038 dpop $t3, $t1 :: rd 0x1e, rs 0xbb8c035e0de0f0b8, rt 0x0
4039 dpop $t3, $t1 :: rd 0x1f, rs 0xd685884e76558c4f, rt 0x0
4040 dpop $t3, $t1 :: rd 0x20, rs 0xde230867a630f6ad, rt 0x0
4041 dpop $t3, $t1 :: rd 0x23, rs 0x6778fdf3ba52a850, rt 0x0
4042 dpop $t3, $t1 :: rd 0x20, rs 0x7caf83d2880ff344, rt 0x0
[all …]
Dcvm_atomic.stdout.exp-LE4033 dpop $t3, $t1 :: rd 0x1e, rs 0x9e705cc51ad8dca0, rt 0x0
4034 dpop $t3, $t1 :: rd 0x26, rs 0x94ff52fc81afa797, rt 0x0
4035 dpop $t3, $t1 :: rd 0x1f, rs 0x3c2cd9a9cda20766, rt 0x0
4036 dpop $t3, $t1 :: rd 0x1e, rs 0x2f39454412d6e4a7, rt 0x0
4037 dpop $t3, $t1 :: rd 0x19, rs 0x87750a04ad765040, rt 0x0
4038 dpop $t3, $t1 :: rd 0x1e, rs 0xbb8c035e0de0f0b8, rt 0x0
4039 dpop $t3, $t1 :: rd 0x1f, rs 0xd685884e76558c4f, rt 0x0
4040 dpop $t3, $t1 :: rd 0x20, rs 0xde230867a630f6ad, rt 0x0
4041 dpop $t3, $t1 :: rd 0x23, rs 0x6778fdf3ba52a850, rt 0x0
4042 dpop $t3, $t1 :: rd 0x20, rs 0x7caf83d2880ff344, rt 0x0
[all …]
/external/llvm/lib/Target/Mips/
DMips64InstrInfo.td448 def DPOP : Count1s<"dpop", GPR64Opnd>, POP_FM<0x2d>, ASE_CNMIPS;